The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Kernel built under V1
@ 2008-05-18 14:33 James A. Markevitch
  0 siblings, 0 replies; only message in thread
From: James A. Markevitch @ 2008-05-18 14:33 UTC (permalink / raw)


For fun, I tried building the kernel under V1 and booting it and it
looks like it simply works.

I did the following, outside the simulator:

	tools/assemv2
	mkdir fs/usr/kernel
	cp -pi build/u?.s fs/usr/kernel
	tools/imgbuild
	boot/installboot
	tools/pdp11 boot/simh.cfg

Then, I logged in as root and did:

	chdir /usr/kernel
	as u?.s
	chdir ../boot
	sh run
	msys2 u ../kernel/a.out

More realistically, the kernel should be built in /usr/sys.

James Markevitch



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-18 14:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-18 14:33 [TUHS] Kernel built under V1 James A. Markevitch

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