mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 11:44:24 +02:00
2a73c3aeb4
interrupts with IRQ and syscalls, make phys_to_virt checked, recreate stack on aarch64, make serial console finally line wrap and have max height correctly, add U64Buf for when i need number debug, rename mouse and keyboard files to kmi and merge them, add non-working pl050 support
9 lines
171 B
TOML
9 lines
171 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
targets = [
|
|
"x86_64-unknown-none",
|
|
"aarch64-unknown-none",
|
|
# "riscv64gc-unknown-none-elf",
|
|
# "loongarch64-unknown-none",
|
|
]
|