Start off the interrupts driver (3h17m)
This commit is contained in:
parent
cbd2cfc1d4
commit
af973e8c8e
3 changed files with 31 additions and 0 deletions
|
@ -11,9 +11,14 @@ use donald::println;
|
|||
pub extern "C" fn _start() -> ! {
|
||||
println!("Hello World{}", "!");
|
||||
|
||||
donald::init();
|
||||
|
||||
x86_64::instructions::interrupts::int3();
|
||||
|
||||
#[cfg(test)]
|
||||
test_main();
|
||||
|
||||
println!("It did not crash!");
|
||||
loop {}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue