On Fri, May 02, 2008 at 05:47:47PM -1000, Tim Newsham wrote:
- I don't see any mount utility in the s2
bits, we'll need one.
The asm code to init.s is here:
http://minnie.tuhs.org/UnixTree/1972_stuff/s1/frag2.html
sys mount; rk1; usr
sys mount; rk2; ssys
sys mount; rk3; crp
rk1: </dev/rk1\0>
rk2: </dev/rk2\0>
rk3: </dev/rk3\0>
usr: </usr\0>
ssys: </sys\0>
crp: </crp\0>
Looks like we can use it to write a simple mount.s.
Warren