Bump edition to now stable 2024 edition (shiny!).
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ use libk::{
|
||||
scheduling::task::{Executor, Task},
|
||||
};
|
||||
|
||||
#[no_mangle]
|
||||
#[unsafe(no_mangle)]
|
||||
extern "C" fn kmain() -> ! {
|
||||
println_log!(" [ Initialising Kernel Systems ] ");
|
||||
if let Err(err) = foundry_os::boot() {
|
||||
|
||||
Reference in New Issue
Block a user