From 6dcc9dd893cd29bc12bacb4f1cb96139f9a8db7c Mon Sep 17 00:00:00 2001 From: albertoventurini Date: Mon, 27 Jan 2014 10:06:08 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e69de29..9440a9a 100644 --- a/README.md +++ b/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 +