Curle
a5ce202055
NOTE: for every new successful build, start incrementing the SYNC_VERSION constants in kernel.h :D
24 lines
335 B
Markdown
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. |