Update README.md
This commit is contained in:
parent
7d6d50e432
commit
6dcc9dd893
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -0,0 +1,12 @@
|
|||
This is a small operating system for x86 PCs that I wrote years ago.
|
||||
|
||||
The OS was written in x86 Assembly language and had the following features:
|
||||
|
||||
* 16-bit memory model ("real mode", no memory protection)
|
||||
* preemptive multitasking
|
||||
* FAT filesystem
|
||||
* keyboard and console drivers
|
||||
* additional driver for 32-bit "real mode" memory model
|
||||
* a shell
|
||||
* some simple applications
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue