diff --git a/README.md b/README.md index 08997e8..e8e8306 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ repbuild can be used to run and build docs for able os ## Testing on real hardware I recommend using an old x86_64 computer * `cargo run --release` to generate a binary image that is bootable -* flash it to a USB device via `dd` or belenaEtcher +* flash it to a USB device via `dd` or balenaEtcher * Remove said USB device and plug into test machine * assure test machine boots from USB devices diff --git a/ableos/Cargo.lock b/ableos/Cargo.lock index 2cc5320..8f29203 100644 --- a/ableos/Cargo.lock +++ b/ableos/Cargo.lock @@ -168,7 +168,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "externc-libm" version = "0.1.0" -source = "git+ssh://root@git.ablecorp.us:20/able/externc-libm.git#0781df85c094bcd7e5ef7505e9c5cc6317eeda75" +source = "git+https://git.ablecorp.us/able/externc-libm.git#0781df85c094bcd7e5ef7505e9c5cc6317eeda75" dependencies = [ "libm", ] diff --git a/ableos/Cargo.toml b/ableos/Cargo.toml index 595618b..e7280f9 100644 --- a/ableos/Cargo.toml +++ b/ableos/Cargo.toml @@ -96,7 +96,7 @@ features = ["spin_no_std"] version = "1.0" [dependencies.externc-libm] -git = "ssh://root@git.ablecorp.us:20/able/externc-libm.git" +git = "https://git.ablecorp.us:443/able/externc-libm.git" [target.'cfg(target_arch = "x86_64")'.dependencies] bootloader = { version = "0.9.8", features = ["map_physical_memory"] }