From mboxrd@z Thu Jan 1 00:00:00 1970 From: wkt@tuhs.org (Warren Toomey) Date: Sat, 3 May 2008 14:56:16 +1000 Subject: [Unix-jun72] replacing mount.s In-Reply-To: References: <20080503033619.GA38502@minnie.tuhs.org> Message-ID: <20080503045616.GA45591@minnie.tuhs.org> 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: rk2: rk3: usr: ssys: crp: Looks like we can use it to write a simple mount.s. Warren