forked from AbleOS/ableos
ARM: moved dep to proper location
This commit is contained in:
parent
80bfcb83b9
commit
a8005728bf
|
@ -5,6 +5,7 @@ version = "0.2.0"
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
limine = { version = "0.1", git = "https://github.com/limine-bootloader/limine-rs" }
|
||||||
|
|
||||||
hbvm = { git = "https://git.ablecorp.us/ableos/holey-bytes" }
|
hbvm = { git = "https://git.ablecorp.us/ableos/holey-bytes" }
|
||||||
# hbasm = { git = "https://git.ablecorp.us/ableos/holey-bytes" }
|
# hbasm = { git = "https://git.ablecorp.us/ableos/holey-bytes" }
|
||||||
|
@ -47,7 +48,6 @@ features = [
|
||||||
|
|
||||||
|
|
||||||
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
||||||
limine = { version = "0.1", git = "https://github.com/limine-bootloader/limine-rs" }
|
|
||||||
x86_64 = "0.14"
|
x86_64 = "0.14"
|
||||||
x2apic = "0.4"
|
x2apic = "0.4"
|
||||||
virtio-drivers = "0.4.0"
|
virtio-drivers = "0.4.0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//!
|
//!
|
||||||
|
// #[allow(deprecated)]
|
||||||
use limine::{TerminalRequest, TerminalResponse};
|
// use limine::{TerminalRequest, TerminalResponse};
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
unsafe extern "C" fn _kernel_start() -> ! {
|
unsafe extern "C" fn _kernel_start() -> ! {
|
||||||
|
|
Loading…
Reference in a new issue