mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-21 00:17:50 +00:00
Update x86 crate to version 0.6 and disable performance counter
This commit is contained in:
@@ -9,7 +9,10 @@ crate-type = ["staticlib"]
|
||||
[dependencies]
|
||||
rlibc = "0.1.4"
|
||||
spin = "0.3.4"
|
||||
x86 = "0.5.0"
|
||||
|
||||
[dependencies.x86]
|
||||
version = "0.6.0"
|
||||
default-features = false
|
||||
|
||||
[dependencies.multiboot2]
|
||||
git = "https://github.com/phil-opp/multiboot2-elf64"
|
||||
|
||||
Reference in New Issue
Block a user