Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Oct 18, 2024
1 parent 1dfe500 commit ba41de5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use bootloader::BootInfo;
const KERNEL_SIZE: usize = 4 << 20; // 4 MB

pub fn init(boot_info: &'static BootInfo) {

sys::vga::init();
sys::gdt::init();
sys::idt::init();
Expand Down

0 comments on commit ba41de5

Please sign in to comment.