mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 04:13:16 +01:00
Finished adding untested bare functionality vfs
Finished adding untested shm syscalls. Finished adding untested l4 send/recv helpers Everything compiles. Now going to fix lots of bugs ;-)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cd build
|
||||
#arm-none-eabi-insight &
|
||||
qemu-system-arm -M versatilepb -kernel final.axf -nographic -s &
|
||||
qemu-system-arm -S -kernel final.axf -nographic -s -M versatilepb &
|
||||
sleep 0.5
|
||||
arm-none-eabi-insight ; pkill qemu-system-arm
|
||||
#arm-none-eabi-gdb ; pkill qemu-system-arm
|
||||
|
||||
Reference in New Issue
Block a user