ARM: moved dep to proper location

master
able 2023-07-14 23:13:29 -05:00
parent 6d8fe6fb7b
commit b60389ea21
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,7 @@ version = "0.2.0"
[dependencies]
limine = { version = "0.1", git = "https://github.com/limine-bootloader/limine-rs" }
hbvm = { 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]
limine = { version = "0.1", git = "https://github.com/limine-bootloader/limine-rs" }
x86_64 = "0.14"
x2apic = "0.4"
virtio-drivers = "0.4.0"

View File

@ -1,6 +1,6 @@
//!
use limine::{TerminalRequest, TerminalResponse};
// #[allow(deprecated)]
// use limine::{TerminalRequest, TerminalResponse};
#[no_mangle]
unsafe extern "C" fn _kernel_start() -> ! {