mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Restructure
This commit is contained in:
parent
e5cbaa9e04
commit
5a369dc783
77 changed files with 419 additions and 295 deletions
9
sysa/mescc-tools-extra/go.kaem → sysa/mescc-tools-extra/mescc-tools-extra.kaem
Normal file → Executable file
9
sysa/mescc-tools-extra/go.kaem → sysa/mescc-tools-extra/mescc-tools-extra.kaem
Normal file → Executable 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 ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue