mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Create interrupt module with IDT submodule
This commit is contained in:
@@ -20,6 +20,7 @@ extern crate bitflags;
|
||||
extern crate x86;
|
||||
#[macro_use]
|
||||
extern crate once;
|
||||
extern crate bit_field;
|
||||
|
||||
extern crate hole_list_allocator;
|
||||
extern crate alloc;
|
||||
@@ -30,6 +31,8 @@ extern crate collections;
|
||||
mod vga_buffer;
|
||||
mod memory;
|
||||
|
||||
mod interrupts;
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn rust_main(multiboot_information_address: usize) {
|
||||
// ATTENTION: we have a very small stack and no guard page
|
||||
|
||||
Reference in New Issue
Block a user