From edfe432a12cce8d586796f104011491240c94866 Mon Sep 17 00:00:00 2001 From: albertoventurini Date: Mon, 27 Jan 2014 10:07:24 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9440a9a..7720fa7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ 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) + * PC bootloader * preemptive multitasking * FAT filesystem * keyboard and console drivers