From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Fri, 30 Oct 2009 10:11:25 +0000 In-Reply-To: <406a097d4b6bb7f34f9644b111926f6c@yyc.orthanc.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] automatic page sharing Topicbox-Message-UUID: 943b24a6-ead5-11e9-9d60-3106f5b1d025 > #include > #include > int main(void){exits(nil);} > > is 3317 bytes on my atom box. Bloatware! A quick visit to 6th edition Unix (on 32-bit Interdata) via the SIMH time machine produces this: # cat >t.c int main() {exit(0);} # cc t.c # ls -l a.out -rwxrwxrwx 1 root 164 Jun 4 15:53 a.out # date Mon Jun 4 15:53:30 EST 1979 To put this into context: # ls -l /bin/exit /bin/cat /bin/sh -rwxr-xr-x 1 root 1436 Nov 13 1978 /bin/cat -rwxr-xr-x 1 root 192 Nov 13 1978 /bin/exit -rwxr-xr-x 1 root 8316 Nov 13 1978 /bin/sh