Merge branch 'master' of ssh://git.ablecorp.us:20/able/ableos

merge conflict
master
Able 2022-01-26 19:43:40 -06:00
commit 9bba5ae0fa
Signed by untrusted user: able
GPG Key ID: D164AF5F5700BE51
3 changed files with 3 additions and 3 deletions

View File

@ -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

2
ableos/Cargo.lock generated
View File

@ -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",
]

View File

@ -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"] }