updated some doc stuff
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
// stolen from https://osblog.stephenmarz.com/index.html chapter 3 which I'm prolly gonna start
|
|
||||||
// following for now bc don't wanna learn x86_64 :)
|
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
arch::{csr::{self, satp}, wait}, fdt::print_mem_layout, println
|
arch::csr::{self, satp},
|
||||||
|
fdt::print_mem_layout,
|
||||||
|
println,
|
||||||
};
|
};
|
||||||
|
|
||||||
use super::asm::linker_static;
|
use super::asm::linker_static;
|
||||||
|
|||||||
@@ -7,3 +7,5 @@ or lose motivation :sunglasses:
|
|||||||
|
|
||||||
either way I at least want to learn OS / cpu arch fundamentals through this
|
either way I at least want to learn OS / cpu arch fundamentals through this
|
||||||
|
|
||||||
|
edit: learning from [this](https://osblog.stephenmarz.com/index.html) now bc don't wanna learn x86 & already know riscv basics
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user