Sync/README.md
Curle a5ce202055 Update README for new build.
NOTE: for every new successful build, start incrementing the SYNC_VERSION constants in kernel.h :D
2019-07-24 21:53:01 +01:00

24 lines
335 B
Markdown

# Sync
Sync, an experimental synchronising OS.
Currently features:
* 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.