ableos/README.md

33 lines
908 B
Markdown
Raw Normal View History

TODO
- Integrate HBVM
HBVM also needs full spec compliance
- Build out the object system
- Build or Find an acceptable IDL
Short List of potentials
2023-06-26 12:55:37 +00:00
- [comline](https://git.ablecorp.us/DOOME1M8Cover/comline)
- 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))))
- Documentation
2023-06-16 11:09:22 +00:00
- Drivers
- serial driver
- PS/2 mouse driver
- PS/2 Keyboard driver
- VGA driver
- SVGA driver
- File system
- VFS
- Disk driver
- A ton more
# Community
2023-07-12 15:04:20 +00:00
[Discord](https://discord.gg/JrKVukDtgs)
2023-04-30 04:06:01 +00:00
# Compiling
2023-05-23 09:26:32 +00:00
1. `git submodule update --init`
2023-04-30 04:06:01 +00:00
1. `cargo repbuild`