The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [Unix-jun72] mount woes
@ 2008-05-03 14:35 Brad Parker
  2008-05-03 17:52 ` [Unix-jun72] mount woes (fixed) Brad Parker
  2008-05-04  1:03 ` [Unix-jun72] Dealing with 0407 a.outs in the V1 kernel Warren Toomey
  0 siblings, 2 replies; 6+ messages in thread
From: Brad Parker @ 2008-05-03 14:35 UTC (permalink / raw)



I wrote this:

  exit  = 1.
  mount = 21.

	sys mount; rk0; usr
	sys exit

  rk0:    </dev/rk0\0>
  usr:    </usr\0>

And tried to assemble it with /bin/as, but it's a 407 exec and it didn't
work (core dump, created odd files)

So, I built it with apout & as like this:

  apout /backup/raid2/pdp11/v7/bin/as ./mount.s

  # reconsruct v1 0405 a.out header
  echo -e '\005' >mount
  dd if=a.out of=mount bs=1 skip=1 seek=1 count=11
  dd if=a.out of=mount bs=1 skip=16 seek=12

And it runs, but nothing happens.  I have not debugged it much.  Wish we
had a working v1 as.

-brad







^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-05-04  1:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-03 14:35 [Unix-jun72] mount woes Brad Parker
2008-05-03 17:52 ` [Unix-jun72] mount woes (fixed) Brad Parker
2008-05-03 18:14   ` Tim Newsham
2008-05-03 18:16     ` Tim Newsham
2008-05-04  1:27       ` [Unix-jun72] rk03 vs rk05 Warren Toomey
2008-05-04  1:03 ` [Unix-jun72] Dealing with 0407 a.outs in the V1 kernel Warren Toomey

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).