scsh-users
[Top] [All Lists]

Re: FIX for make problem

To: Bill Sommerfeld <sommerfeld@apollo.hp.com>
Subject: Re: FIX for make problem
From: Scott Schwartz <schwartz@galapagos.cse.psu.edu>
Date: Thu, 3 Nov 1994 16:55:31 -0500
Cc: scsh-bugs@martigny.ai.mit.edu
Bill writes:
> 0) faster startup (I don't really care how you do it...)

One good way would be to make the scsh image more like 100K than 1000K,
and to store it in the code segment, or mmap it, so it can be demand
paged and shared, instead of reading it all into the data segment upon
startup.

<Prev in Thread] Current Thread [Next in Thread>