mirror of
https://github.com/drasko/codezero.git
synced 2026-09-18 03:17:07 +02:00
Removed execve() test.
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ void main(void)
|
|||||||
|
|
||||||
dirtest();
|
dirtest();
|
||||||
|
|
||||||
exectest();
|
// exectest();
|
||||||
|
|
||||||
/* Check mmap/munmap */
|
/* Check mmap/munmap */
|
||||||
mmaptest();
|
mmaptest();
|
||||||
|
|||||||
+3
-2
@@ -1,7 +1,8 @@
|
|||||||
cd build
|
cd build
|
||||||
#arm-none-eabi-insight &
|
#arm-none-eabi-insight &
|
||||||
#/opt/bin/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 &
|
||||||
|
#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-insight ; pkill qemu-system-arm
|
||||||
#arm-none-linux-gnueabi-gdb ; pkill qemu-system-arm
|
#arm-none-linux-gnueabi-gdb ; pkill qemu-system-arm
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user