xous-platonic/boot.resc
Sean Cross 6dc110fffa boot: remove spurious update of cpu PC
Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-25 20:19:23 +08:00

17 lines
393 B
Plaintext

using sysbus
mach create
machine LoadPlatformDescription @platonic.repl
sysbus LoadELF @../kernel/target/riscv32i-unknown-none-elf/debug/xous-kernel
machine StartGdbServer 3333 true
showAnalyzer uart
# The macro `reset` gets called implicitly when running `machine Reset`
macro reset
"""
sysbus LoadELF @../kernel/target/riscv32i-unknown-none-elf/debug/xous-kernel
"""
runMacro $reset