Hacker News new | past | comments | ask | show | jobs | submit login

Really though, wasn't most of DOS just thin abstractions on BIOS interfaces? What hardware abstractions did it provide other than the filesystem, and what services other than an ABI allowing you to quit a program without rebooting?



http://en.wikipedia.org/wiki/MS-DOS_API

Given that it was a disk operating system it's no surprise that the bulk of the services are disk/filesystem-related, but it also has ones for I/O, memory, timing, and processes.


It abstracted the character-at-a-time BIOS interfaces to a line-buffered text console.

It provided a memory allocator service.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: