Started making 'smallminix' script, that does various chmems to make

minix run in smaller machines
This commit is contained in:
Ben Gras 2005-08-26 12:53:17 +00:00
parent 43641f5d7b
commit ec8853bc1b
2 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,7 @@ usr: \
/usr/bin/mkdep \
/usr/bin/mkdist \
/usr/bin/setup \
/usr/bin/smallminix \
/usr/bin/rotate \
/usr/bin/floppysetup \
/usr/bin/spell \
@ -112,6 +113,9 @@ clean:
/usr/bin/setup: setup.sh
install -m 755 -c -o bin $? $@
/usr/bin/smallminix: smallminix.sh
install -m 755 -c -o bin $? $@
/usr/bin/spell: spell.sh
install -m 755 -c -o bin $? $@

View File

@ -0,0 +1,5 @@
#!/bin/sh
chmem =300k /bin/sh /usr/bin/make /usr/bin/tar /usr/bin/aal
cd /usr/lib || exit 1
chmem =1M em_cemcom.ansi em_led
chmem =200k * i386/*