Formatting and fixing warnings

This commit is contained in:
2025-02-23 01:38:21 +00:00
parent 27b0ed634c
commit e722874cee
3 changed files with 4 additions and 13 deletions
+1 -6
View File
@@ -3,17 +3,12 @@
extern crate alloc;
use alloc::vec::Vec;
use foundry_os::{println, println_log};
use lib_async::task::{Executor, Task};
use lib_keyboard::print_keypresses;
#[no_mangle]
unsafe extern "C" fn kmain() -> ! {
// All limine requests must also be referenced in a called function, otherwise they may be
// removed by the linker.
extern "C" fn kmain() -> ! {
println_log!(" [ Initialising Kernel Systems ] ");
if let Err(err) = foundry_os::boot() {
panic!("{}", err);