Restructure

This commit is contained in:
fosslinux 2021-01-20 12:43:40 +11:00
parent e5cbaa9e04
commit 5a369dc783
77 changed files with 419 additions and 295 deletions

View file

@ -1,6 +1,9 @@
#!/bin/sh
set -ex
cd src
# cp command
M2-Planet \
-f /M2-Planet/test/common_x86/functions/file.c \
@ -37,7 +40,7 @@ hex2 \
--LittleEndian \
--architecture x86 \
--BaseAddress 0x8048000 \
-o /after/bin/cp \
-o ${bindir}/cp \
--exec_enable
# chmod command
@ -77,5 +80,7 @@ hex2 \
--LittleEndian \
--architecture x86 \
--BaseAddress 0x8048000 \
-o /after/bin/chmod \
-o ${bindir}/chmod \
--exec_enable
cd ..