mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2025-12-23 22:47:55 -05:00
Initial Commit
Initial commit of arm64 bring-up code, kernel core (libkernel) and build infrastructure.
This commit is contained in:
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[build]
|
||||
target = "aarch64-unknown-none-softfloat"
|
||||
|
||||
[target.aarch64-unknown-none-softfloat]
|
||||
runner = "./qemu-runner.sh"
|
||||
Reference in New Issue
Block a user