Started making 'smallminix' script, that does various chmems to make
minix run in smaller machines
This commit is contained in:
parent
43641f5d7b
commit
ec8853bc1b
@ -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 $? $@
|
||||
|
||||
|
5
commands/scripts/smallminix.sh
Normal file
5
commands/scripts/smallminix.sh
Normal 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/*
|
Loading…
x
Reference in New Issue
Block a user