From mboxrd@z Thu Jan 1 00:00:00 1970 From: newsham@lava.net (Tim Newsham) Date: Sun, 18 May 2008 08:04:15 -1000 (HST) Subject: [Unix-jun72] Kernel built under V1 In-Reply-To: <200805181456.HAA01901@mist.magic.com> References: <200805181456.HAA01901@mist.magic.com> Message-ID: > 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 If you grab the latest svn sources the process is a lot simpler. You just have to cd build make rm protofs make install but the extra commands aren't necessary because in the latest Makefile we're installing /usr/src with the commands sources and /usr/sys with the kernel sources. > msys2 u ../kernel/a.out Great! > James Markevitch Tim Newsham http://www.thenewsh.com/~newsham/