Tweak readme
This commit is contained in:
parent
109afc7840
commit
d447232b0b
|
@ -3,15 +3,17 @@ created: 2024-05-13T14:28:49-05:00
|
|||
modified: 2024-05-19T17:41:01-05:00
|
||||
---
|
||||
|
||||
# kernel
|
||||
|
||||
A kernel for RISC-V written in Rust. Currently focused on running on QEMU generic riscv64, advice and assistance welcome & encouraged.
|
||||
|
||||
# Progress
|
||||
## Progress
|
||||
|
||||
* **2024-05-19:** As of right now, the basic "stuff" for initializing the kernel is there. The diagram below shows what I'm thinking as far as what the init process should be. This is what I'm currently working on implementing, and I will update this chart (and prettify it) more
|
||||
|
||||

|
||||
|
||||
# Research and implement
|
||||
## Research and implement
|
||||
|
||||
- [ ] Basics
|
||||
- [ ] Processes
|
||||
|
@ -30,6 +32,6 @@ A kernel for RISC-V written in Rust. Currently focused on running on QEMU generi
|
|||
- [ ] Device drivers
|
||||
- [ ] User applications
|
||||
|
||||
# Resources
|
||||
## Resources
|
||||
|
||||
See [RESOURCES.md](RESOURCES.md)
|
Loading…
Reference in a new issue