From ec8853bc1b98d49c0ebe64a1aa0eff9a37bed230 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 26 Aug 2005 12:53:17 +0000 Subject: [PATCH] Started making 'smallminix' script, that does various chmems to make minix run in smaller machines --- commands/scripts/Makefile | 4 ++++ commands/scripts/smallminix.sh | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 commands/scripts/smallminix.sh diff --git a/commands/scripts/Makefile b/commands/scripts/Makefile index e5f28f0ab..ff20e7085 100755 --- a/commands/scripts/Makefile +++ b/commands/scripts/Makefile @@ -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 $? $@ diff --git a/commands/scripts/smallminix.sh b/commands/scripts/smallminix.sh new file mode 100644 index 000000000..8e2a611d1 --- /dev/null +++ b/commands/scripts/smallminix.sh @@ -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/* -- 2.44.0