Browse Source

Remove scary warning comment in kernel_main()

it no longer applies
master
3moon 8 years ago
parent
commit
b62a39956d
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/lib.rs

+ 0
- 5
src/lib.rs View File

@ -27,11 +27,6 @@ use arch::x86_64::memory::FrameAllocator;
#[no_mangle]
pub extern fn kernel_main(multiboot_info_pointer: usize) {
//////////// !!! WARNING !!! ////////////
// THE STACK IS LARGER NOW, BUT //
// WE STILL HAVE NO GUARD PAGE //
/////////////////////////////////////////
vga_console::WRITER.lock().clear_screen();
println!("--- Sparkle v{} booting! ---", ::misc::VERSION);


Loading…
Cancel
Save