Experimental Cloud-syncing OS. Still very early development.
Go to file
Curle e4500c27e3 Finish basic memory management.
This won't compile, as it's missing the xAVX functions.
I have a sort-of implementation of them, but it's brutal.
5400 lines total.

For now, they can be substituted with the x functions (remove AVX) to compile the kernel.
2019-07-24 15:53:39 +01:00
arch/uefi_x64 Shuffle files in preparation for the shift to UEFI 2019-07-21 19:13:42 +01:00
include Add bitmap font. 2019-07-24 01:39:53 +01:00
kernel Finish basic memory management. 2019-07-24 15:53:39 +01:00
.clang-format Format files 2019-04-03 17:46:58 -04:00
.gitignore Add .gitignore and remove ignored files 2019-04-03 17:49:38 -04:00
bochsrc.txt Minor changes for parity 2019-06-22 18:54:21 +01:00
makefile Major refactor. Major improvements. 2019-06-27 19:57:54 +01:00
README.md Update 'README.md' 2019-07-17 01:27:35 +01:00

Sync

Sync, an experimental synchronising OS.

Currently features:

  • Text mode printing with CSI support
  • literally nothing else

Keep posted. Development is relatively active.