mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 23:35:24 +01:00
Update to stage0-posix 1.3.
This commit is contained in:
parent
8210cc9e24
commit
b885cb5727
52 changed files with 230 additions and 2045 deletions
|
|
@ -1,13 +1,13 @@
|
|||
17767 /after/bin/mes
|
||||
23643 /after/bin/mescc.scm
|
||||
36724 /after/lib/x86-mes/crt1.s
|
||||
42390 /after/lib/x86-mes/crt1.o
|
||||
39638 /after/lib/x86-mes/x86.M1
|
||||
526 /after/lib/x86-mes/libmescc.s
|
||||
10591 /after/lib/x86-mes/libc+tcc.s
|
||||
45027 /after/lib/x86-mes/libc.s
|
||||
17259 /after/lib/x86-mes/libmescc.a
|
||||
20204 /after/lib/x86-mes/libc+tcc.a
|
||||
34645 /after/lib/x86-mes/libc.a
|
||||
8245 /after/lib/linux/x86-mes/elf32-header.hex2
|
||||
15474 /after/lib/linux/x86-mes/elf32-footer-single-main.hex2
|
||||
d2e38ce7eab153cb2a019de92d12f1afc81f3ca0d4e068597fdab472250c7408 /after/bin/mes-m2
|
||||
b91c81e543b878ead4cc975df75e3d211f7bd2dcdd4c90e42df99d44311ce71e /after/bin/mescc.scm
|
||||
90811dafd33ad56b8e4b0adcc04263f9329b9047b7cc337abe8151a75017172c /after/lib/x86-mes/crt1.s
|
||||
e065af5f73d40b20029e9ba23143660f99c6abacb82d1b4c8f2067a4e395d553 /after/lib/x86-mes/crt1.o
|
||||
c9944a799d584abfa76f385c14ac0caf6f46d03b34bf2712493602b12826c6b2 /after/lib/x86-mes/x86.M1
|
||||
d8646707db6aa2a76fdc5dbb3521376439e357f9f1de1d67f02a1afeefd342ac /after/lib/x86-mes/libmescc.s
|
||||
aaf89a9d6818cdb8ece73454631b1a1ae83503e5eb7777d38cdaf141cba0e530 /after/lib/x86-mes/libc+tcc.s
|
||||
b5ce4e1288a27864156d74268090c13aea6b5a261fa81c75bfbe844d0689d03d /after/lib/x86-mes/libc.s
|
||||
52f697278ccdff5e457f27e10f465a91ab9858f0c6cee0683831cadb3109bbb7 /after/lib/x86-mes/libmescc.a
|
||||
3156e619dbd85c471e2a8d053ba536eaaa8f91da657003777b8e87e7bab4266d /after/lib/x86-mes/libc+tcc.a
|
||||
400615ca47339a3149680748b319f089ca5cb7ff2fdb42cce252f8c408445c1b /after/lib/x86-mes/libc.a
|
||||
b16ab368bc4c7b8bd896d03cba565a60e97760dea4da9f5c8a1a3d2902a79df6 /after/lib/linux/x86-mes/elf32-header.hex2
|
||||
f9873d9aab12e70f24d97f8319e17a1e698ca60779ae9a6ab3ede648cd60fc61 /after/lib/linux/x86-mes/elf32-footer-single-main.hex2
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ set -ex
|
|||
MES_ARENA=20000000
|
||||
MES_MAX_ARENA=20000000
|
||||
MES_STACK=6000000
|
||||
MES=${bindir}/mes
|
||||
MES=${bindir}/mes-m2
|
||||
libdir=${prefix}/mes/src/mes/lib
|
||||
|
||||
cp files/mescc.scm ${bindir}/
|
||||
|
|
@ -23,7 +23,6 @@ cd src/mes
|
|||
|
||||
# Bootstrap Mes using M2-Planet
|
||||
kaem --verbose --file kaem.run
|
||||
cp bin/mes-m2 ${MES}
|
||||
chmod 755 ${MES}
|
||||
|
||||
# Build Mes C library using mes-m2 bootstrapped Mes
|
||||
|
|
@ -265,11 +264,7 @@ cp include/sys/ucontext.h ${incdir}/sys/ucontext.h
|
|||
cp include/sys/user.h ${incdir}/sys/user.h
|
||||
cp include/sys/wait.h ${incdir}/sys/wait.h
|
||||
|
||||
# Test mes
|
||||
libdir=${prefix}/lib
|
||||
${MES} -c "(display 'Hello,Mes!) (newline)"
|
||||
|
||||
cd ../..
|
||||
|
||||
# Checksums
|
||||
fletcher16 checksums
|
||||
sha256sum -c checksums
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue