Update README for new build.

NOTE: for every new successful build, start incrementing the SYNC_VERSION constants in kernel.h :D
This commit is contained in:
Curle 2019-07-24 21:53:01 +01:00
parent f9dcdf5cc9
commit a5ce202055

View File

@ -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.