9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: anothy@cosym.net
To: 9fans@cse.psu.edu
Subject: Re: [9fans] how small can you get
Date: Fri,  8 Feb 2002 11:19:17 -0500	[thread overview]
Message-ID: <20020208161928.635DA19A3F@mail.cse.psu.edu> (raw)

256KB is tight, but i bet it's doable, if your bootloader understands
gzip, as 9load does. i just did this:
	:; size 9tiny
	360495t + 153284d + 36356b = 550135	9tiny
	:; strip < 9tiny > 9teeny
	:; ls -l 9tiny 9teeny 9teeny.gz
	--rw-rw-r-- M 4 anothy sys 513811 Feb  8 06:15 9teeny
	--rwxrwxr-x M 4 anothy sys 683136 Feb  8 06:14 9tiny
	--rw-rw-r-- M 4 anothy sys 229755 Feb  8 06:15 9teeny.gz
i just did the tiny config file in a minute; i bet more could be taken
out if some care were applied. i've appended below what i had, for
refference. pretty close to what i think you're asking for.
ア

---/sys/src/cmd/pc/tiny---
dev
	root
	cons
	arch
	env
	pipe
	proc
	mnt
	srv
	dup
	rtc
	ssl

	ether	netif
	ip	arp chandial ip ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno

	sd
	ns16552


link
	ether82557	pci
	ethermedium

misc
	archmp		mp apic

	ipconfig.root

	sdata		pci sdscsi

ip
	tcp
	udp
	ipifc
	icmp

port
	int cpuserver = 0;

boot boot #S/sdC0/
	local
	tcp



             reply	other threads:[~2002-02-08 16:19 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-08 16:19 anothy [this message]
2002-02-08 16:42 ` Ronald G Minnich
2002-02-08 17:04   ` Sean Quinlan
2002-02-08 17:16     ` Ronald G Minnich
  -- strict thread matches above, loose matches on Subject: below --
2002-02-09 20:52 Russ Cox
2002-02-08 17:14 jmk
2002-02-08  2:53 jmk
2002-02-08  5:25 ` Lucio De Re
2002-02-08 15:20 ` Ronald G Minnich
     [not found] <rsc@plan9.bell-labs.com>
2002-02-08  1:48 ` Russ Cox
2002-02-08  1:52   ` Scott Schwartz
2002-02-08 15:17   ` Ronald G Minnich
2002-02-08  0:19 Ronald G Minnich
2002-02-08 10:08 ` Boyd Roberts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020208161928.635DA19A3F@mail.cse.psu.edu \
    --to=anothy@cosym.net \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).