From a5ce202055980850fd8413ed1a4dbc759f77db7a Mon Sep 17 00:00:00 2001 From: Curle Date: Wed, 24 Jul 2019 21:53:01 +0100 Subject: [PATCH] Update README for new build. NOTE: for every new successful build, start incrementing the SYNC_VERSION constants in kernel.h :D --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index effb712..fae0b56 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,22 @@ Sync, an experimental synchronising OS. Currently features: -* Text mode printing with CSI support -* literally nothing else +* UEFI Booting + +* Memory map, with 1:1 virtual paging. +* Memory allocation. + +* Basic graphics output. +* Interrupts + + +Todo: + +* Keyboard input +* Graphics +* Filesystems +* Syscalls + +* (far in the future) Standard C Library Keep posted. Development is relatively active. \ No newline at end of file