Removed execve() test.

This commit is contained in:
Bahadir Balban
2009-04-18 09:47:48 +03:00
parent 23b4c9d5db
commit 8d82fa5f5e
2 changed files with 4 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ void main(void)
dirtest();
exectest();
// exectest();
/* Check mmap/munmap */
mmaptest();

View File

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