Fixed build support for non-x86 arches
This commit is contained in:
parent
a05218fc0d
commit
e8d856d013
@ -9,6 +9,8 @@ lazy_static = { version = "1.5.0", features = ["spin_no_std"] }
|
|||||||
limine = "0.3.1"
|
limine = "0.3.1"
|
||||||
spin = "0.9.8"
|
spin = "0.9.8"
|
||||||
talc = "4.4.2"
|
talc = "4.4.2"
|
||||||
|
|
||||||
|
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
||||||
vga = "0.2.9"
|
vga = "0.2.9"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
#[cfg(target_arch = "x86_64")]
|
#[cfg(target_arch = "x86_64")]
|
||||||
pub mod x86_64;
|
pub mod x86_64;
|
||||||
|
#[cfg(target_arch = "x86_64")]
|
||||||
pub use x86_64 as current;
|
pub use x86_64 as current;
|
Loading…
Reference in New Issue
Block a user