mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Removed execve() test.
This commit is contained in:
@@ -33,7 +33,7 @@ void main(void)
|
||||
|
||||
dirtest();
|
||||
|
||||
exectest();
|
||||
// exectest();
|
||||
|
||||
/* Check mmap/munmap */
|
||||
mmaptest();
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
cd build
|
||||
#arm-none-eabi-insight &
|
||||
#/opt/bin/qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
|
||||
qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
|
||||
/opt/qemu-0.10.2/bin/qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
|
||||
#qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
|
||||
#qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
|
||||
arm-none-linux-gnueabi-insight ; pkill qemu-system-arm
|
||||
#arm-none-linux-gnueabi-gdb ; pkill qemu-system-arm
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user