forked from AbleOS/ableos
ROADMAP
This commit is contained in:
parent
c2b8341667
commit
65f1695b46
11
README.md
11
README.md
|
@ -13,6 +13,17 @@ TODO
|
||||||
- HBVM assembler (with IDL support)
|
- HBVM assembler (with IDL support)
|
||||||
- HBVM Lisp/s-expr Compiler (Also (with (IDL (support))))
|
- HBVM Lisp/s-expr Compiler (Also (with (IDL (support))))
|
||||||
- Documentation
|
- Documentation
|
||||||
|
- Drivers
|
||||||
|
- serial driver
|
||||||
|
- PS/2 mouse driver
|
||||||
|
- PS/2 Keyboard driver
|
||||||
|
- VGA driver
|
||||||
|
- SVGA driver
|
||||||
|
- File system
|
||||||
|
- VFS
|
||||||
|
- Disk driver
|
||||||
|
- A ton more
|
||||||
|
|
||||||
# Community
|
# Community
|
||||||
[Discord](https://discord.gg/5TnJ8sa7)
|
[Discord](https://discord.gg/5TnJ8sa7)
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,3 @@ userspace = "https://git.ablecorp.us/AbleOS/ableos_userland"
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
hash = ""
|
hash = ""
|
||||||
repo = "core"
|
repo = "core"
|
||||||
[packages.init_server.config]
|
|
||||||
[packages.init_server.config.spawn.serial_driver]
|
|
||||||
package = "serial_driver"
|
|
||||||
[packages.init_server.config.spawn.serial_driver.arguments]
|
|
||||||
port = 0x00
|
|
||||||
|
|
Loading…
Reference in a new issue