mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 14:44:26 +02:00
Update template to newest version which fixes edk2, make aarch64 compile
(nothing yet) by stubbing lots of functions and modules, make the frame allocator and heap multiarch, make kernel panic print inside of serial on x86_64
This commit is contained in:
+4
-1
@@ -14,13 +14,16 @@ heapless = "0.9.2"
|
||||
lazy_static = { version = "1.5.0", features = ["spin_no_std"] }
|
||||
limine = "0.5"
|
||||
pc-keyboard = "0.8.0"
|
||||
pic8259 = "0.11.0"
|
||||
spin = "0.10.0"
|
||||
static_cell = "2.1.1"
|
||||
|
||||
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
||||
pic8259 = "0.11.0"
|
||||
x86_64 = "0.15.4"
|
||||
|
||||
[target.'cfg(target_arch = "aarch64")'.dependencies]
|
||||
aarch64-cpu = "11.2.0"
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user