clean up and use own heap

This commit is contained in:
Bryan McShea
2024-02-16 02:26:23 -05:00
parent 167b095bd1
commit 05e9433ceb
13 changed files with 148 additions and 112 deletions

1
kernel/src/dev/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub mod uart;

0
kernel/src/dev/uart.rs Normal file
View File