diff --git a/README.md b/README.md index 846e497..a51ad6c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ ``` TODO - - Integrate HBVM - HBVM also needs full spec compliance - Build out the object system - Build or Find an acceptable IDL Short List of potentials @@ -9,7 +7,6 @@ TODO - Work on a styleguide for commits Maybe something allong the lines of [relevant shorthand note] Explination - - Build a scheduler for HBVM - Language support on HBVM - HBVM assembler (with IDL support) - HBVM Lisp/s-expr Compiler (Also (with (IDL (support)))) @@ -21,12 +18,16 @@ TODO - VGA driver - SVGA driver - File system - TarFS + - Depends on Disk driver + - TarFS Pass in a tar file as an initrd and parse it with TarFS - VFS Being (written)[https://git.ablecorp.us/bee/ableos-vfs] by Bee - Disk driver - A ton more + - Port (Slint)[https://slint.dev] + - Depends on + - Graphics Driver ``` # Community diff --git a/repbuild/holeybytes/ecall.hb b/repbuild/holeybytes/ecall.hb index d0e4f62..9183271 100644 Binary files a/repbuild/holeybytes/ecall.hb and b/repbuild/holeybytes/ecall.hb differ