mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-21 00:17:50 +00:00
Switch to x86_64 crate and use its idt module
This commit is contained in:
@@ -11,6 +11,7 @@ once = "0.3.2"
|
||||
rlibc = "0.1.4"
|
||||
spin = "0.4.5"
|
||||
volatile = "0.1.0"
|
||||
x86_64 = "0.1.0"
|
||||
|
||||
[dependencies.hole_list_allocator]
|
||||
path = "libs/hole_list_allocator"
|
||||
@@ -19,9 +20,6 @@ path = "libs/hole_list_allocator"
|
||||
features = ["spin_no_std"]
|
||||
version = "0.2.1"
|
||||
|
||||
[dependencies.x86]
|
||||
default-features = false
|
||||
version = "0.8.0"
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
Reference in New Issue
Block a user