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:
Bahadir Balban
2008-02-03 17:42:38 +00:00
parent 05e9028e90
commit cab2e8bdd3
51 changed files with 1661 additions and 227 deletions

View File

@@ -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