mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 13:44:25 +02:00
17f2a3c7e4
(nothing yet) by stubbing lots of functions and modules, make the frame allocator and heap multiarch, make kernel panic print inside of serial on x86_64
9 lines
173 B
TOML
9 lines
173 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
targets = [
|
|
# "x86_64-unknown-none",
|
|
"aarch64-unknown-none",
|
|
# "riscv64gc-unknown-none-elf",
|
|
# "loongarch64-unknown-none",
|
|
]
|