garbage self made raw spin lock 😎

This commit is contained in:
Bryan McShea
2024-02-10 22:04:12 -05:00
parent 4cf2f5b29e
commit 97f3c5bb93
9 changed files with 34 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
use core::fmt::{self, Write};
use spin::Mutex;
use crate::util::mutex::Mutex;
// --machine sifive_u
// const UART_BASE: u32 = 0x10010000;