muta...@gmail.com
2021-06-08 12:43:30 UTC
Rather than having a comms program do an:
ATDT1234
or
ATDTnews.eternal-september.org:119
would it be better for the OS to accept an:
fopen("news.eternal-september.org:119", "w+");
I'm guessing that the class of comms programs for
MSDOS were dictated by the fact that we didn't have
control of the operating system rather than hardcoding
COM1 being a good idea.
Obviously I expect the OS to translate the above fopen/open
into INT 14H BIOS calls to whatever COM port (or ethernet
or wifi) has access to the outside world.
And maybe there should be a nickname for the news server
in case I switch provider.
BFN. Paul.
ATDT1234
or
ATDTnews.eternal-september.org:119
would it be better for the OS to accept an:
fopen("news.eternal-september.org:119", "w+");
I'm guessing that the class of comms programs for
MSDOS were dictated by the fact that we didn't have
control of the operating system rather than hardcoding
COM1 being a good idea.
Obviously I expect the OS to translate the above fopen/open
into INT 14H BIOS calls to whatever COM port (or ethernet
or wifi) has access to the outside world.
And maybe there should be a nickname for the news server
in case I switch provider.
BFN. Paul.