Difference between revisions of "Installing 4.3 BSD Quasijarus on SIMH"
(blatently copied from 4.2 BSD) |
|||
Line 1: | Line 1: | ||
− | This is the procedure that I have used to install [[4.3 BSD]] onto [[SIMH]]'s MicroVAX II. Please note that this is the Quasijarus release of 4.3 BSD. | + | This is the procedure that I have used to install [[4.3 BSD]] onto [[SIMH]]'s [[MicroVAX II]] emulator. Please note that this is the Quasijarus release of 4.3 BSD. |
== Requirements == | == Requirements == | ||
Line 17: | Line 17: | ||
[http://ftp.arcane-networks.fr/pub/mirrors/UNIX/4.3BSD-Quasijarus0c/miniroot.Z miniroot.Z]<br> | [http://ftp.arcane-networks.fr/pub/mirrors/UNIX/4.3BSD-Quasijarus0c/miniroot.Z miniroot.Z]<br> | ||
[http://ftp.arcane-networks.fr/pub/mirrors/UNIX/4.3BSD-Quasijarus0c/rootdump.Z rootdump.Z]<br> | [http://ftp.arcane-networks.fr/pub/mirrors/UNIX/4.3BSD-Quasijarus0c/rootdump.Z rootdump.Z]<br> | ||
+ | [http://ftp.arcane-networks.fr/pub/mirrors/UNIX/4.3BSD-Quasijarus0c/usr.tar.Z usr.tar.Z]<br> | ||
+ | [http://ftp.arcane-networks.fr/pub/mirrors/UNIX/4.3BSD-Quasijarus0c/srcsys.tar.Z srcsys.tar.Z]<br> | ||
+ | [http://ftp.arcane-networks.fr/pub/mirrors/UNIX/4.3BSD-Quasijarus0c/src.tar.Z src.tar.Z]<br><br> | ||
+ | == gzcompat == | ||
+ | |||
+ | Next it's easier on a host machine to convert the downloaded Quasijarus files into gzip, then uncompress them using gzip. For this you will need the [[gzcompat]] program. I've included the sourcecode on the link, as it's getting harder to find.. Simply compile the gzcompat.c into an exe. It should be somewhat straightforward. The last known place to download gzcompat is [[ftp://ftp.cs.tu-berlin.de/pub/bsd/UnixArchive/4BSD/Distributions/components/compress.tar here]]. | ||
+ | |||
+ | On most instances with gcc simply run: | ||
+ | |||
+ | <pre>gcc gzcompat.c -o gzcompat</pre> | ||
+ | |||
+ | And that should be it. | ||
− | |||
== Preparing for installation == | == Preparing for installation == | ||
− | With the files downloaded you will need to uncompress them all and then create the tape file. | + | With the files downloaded you will need to uncompress them all and then create the tape file. With the different compression this will be somewhat involved. |
− | The following command will decompress the tape files. | + | The following command will decompress the tape files, on a UNIX install. For Windows users, use the type command, instead of cat. |
<pre> | <pre> | ||
− | gzip - | + | cat miniroot.Z | gzcompat | gzip -dc > miniroot<br> |
+ | cat rootdump.Z | gzcompat | gzip -dc > rootdump<br> | ||
+ | cat src.tar.Z | gzcompat | gzip -dc > src.tar<br> | ||
+ | cat srcsys.tar.Z | gzcompat | gzip -dc > srcsys.tar<br> | ||
+ | cat stand.Z | gzcompat | gzip -dc > stand<br> | ||
+ | cat usr.tar.Z | gzcompat | gzip -dc > usr.tar<br> | ||
</pre> | </pre> | ||
− | The tape needs to be created with the [[mkdisttap.pl]] program. Simply run the program and redirect it into a file called | + | The tape needs to be created with the [[mkdisttap.pl]] program. Simply run the program and redirect it into a file called quas.tap . |
<pre> | <pre> | ||
− | % ./mkdisttap.pl > | + | % ./mkdisttap.pl > quas.tap |
% ls -l 43.tap | % ls -l 43.tap | ||
-rw-r--r-- 1 Neozeed None_ploc 111442472 Feb 6 15:18 43.tap | -rw-r--r-- 1 Neozeed None_ploc 111442472 Feb 6 15:18 43.tap |
Revision as of 23:06, 6 February 2009
This is the procedure that I have used to install 4.3 BSD onto SIMH's MicroVAX II emulator. Please note that this is the Quasijarus release of 4.3 BSD.
Contents
Requirements
You will need the following materials to put together a 4.3 BSD Quasijarus installation:
- A working perl interpeter to make the tape images.
- A copy of gzip.
- A working C compiler.
- A method of extracting the boot file from either the binaries (tar/gzip) or uudecode to extract it from here.
- A compiled binary of vax780 from SIMH, along with the vmb.exe again from SIMH.
You will need the following files from any 4 BSD archive from the 4.2 directory. I have used the files from [1]. You can use whatever method you like to download them, wget, a web browser etc..
stand.Z
miniroot.Z
rootdump.Z
usr.tar.Z
srcsys.tar.Z
src.tar.Z
gzcompat
Next it's easier on a host machine to convert the downloaded Quasijarus files into gzip, then uncompress them using gzip. For this you will need the gzcompat program. I've included the sourcecode on the link, as it's getting harder to find.. Simply compile the gzcompat.c into an exe. It should be somewhat straightforward. The last known place to download gzcompat is [here].
On most instances with gcc simply run:
gcc gzcompat.c -o gzcompat
And that should be it.
Preparing for installation
With the files downloaded you will need to uncompress them all and then create the tape file. With the different compression this will be somewhat involved.
The following command will decompress the tape files, on a UNIX install. For Windows users, use the type command, instead of cat.
cat miniroot.Z | gzcompat | gzip -dc > miniroot<br> cat rootdump.Z | gzcompat | gzip -dc > rootdump<br> cat src.tar.Z | gzcompat | gzip -dc > src.tar<br> cat srcsys.tar.Z | gzcompat | gzip -dc > srcsys.tar<br> cat stand.Z | gzcompat | gzip -dc > stand<br> cat usr.tar.Z | gzcompat | gzip -dc > usr.tar<br>
The tape needs to be created with the mkdisttap.pl program. Simply run the program and redirect it into a file called quas.tap .
% ./mkdisttap.pl > quas.tap % ls -l 43.tap -rw-r--r-- 1 Neozeed None_ploc 111442472 Feb 6 15:18 43.tap
Next you will need the boot program. The boot program from 4.2 BSD works with 4.3 BSD. I have uploaded a copy onto this wiki in uuencoded format. To decode it, simply access the article, and copy the contents of the quoted text (the begin/end part INCLUDING the begin & end segments) and save it to a text file. Then you will need to run the uudecode file as follows:
% ls -l boot42.uue -rw-r--r-- 1 Neozeed None_ploc 9117 Feb 6 12:09 boot42.uue % uudecode boot42.uue % ls -l boot42 -rw------- 1 Neozeed None_ploc 6600 Feb 6 12:28 boot42 % file boot42 boot42: data
Boot 1.
We are going to use the following config file to start the first phase of the installation. Save the following configuration into a file such as 'install.ini'. Since we are going to boot directly into the miniroot the rq1 disk will hold the installation target. Since the 'normal' way to install is to install from tape onto the first disk, we will have to add a device file uppon boot for the second disk, and be sure to point the xtr program to the second disk.
install.ini
set rq0 ra81 at rq0 miniroot set rq1 ra81 at rq1 rq.dsk set rq1 dis set rq2 dis set rq3 dis set rp dis set lpt dis set rl dis set tq dis set tu dis att ts 43.tap set tti 7b set tto 7b load -o boot42 0 d r10 9 d r11 0 run 2
Booting the emulator
You then simply run the emulator and pass it the config file.
C:\4.3BSD\work>vax780.exe install.ini VAX780 simulator V3.8-0 RQ: creating new file install.ini> set rq1 dis Command not allowed loading ra(0,0)boot Boot : ra(0,0)vmunix 279844+80872+100324 start 0x12f8 4.3 BSD UNIX #1: Fri Jun 6 19:55:29 PDT 1986 karels@monet.Berkeley.EDU:/usr/src/sys/GENERIC real mem = 8388608 SYSPTSIZE limits number of buffers to 140 avail mem = 7187456 using 140 buffers containing 524288 bytes of memory mcr0 at tr1 mcr1 at tr2 uba0 at tr3 hk0 at uba0 csr 177440 vec 210, ipl 15 rk0 at hk0 slave 0 rk1 at hk0 slave 1 rk2 at hk0 slave 2 rk3 at hk0 slave 3 uda0 at uba0 csr 172150 vec 774, ipl 15 ra0 at uda0 slave 0 ra1 at uda0 slave 1 zs0 at uba0 csr 172520 vec 224, ipl 15 ts0 at zs0 slave 0 dz0 at uba0 csr 160100 vec 300, ipl 15 dz1 at uba0 csr 160110 vec 310, ipl 15 dz2 at uba0 csr 160120 vec 320, ipl 15 dz3 at uba0 csr 160130 vec 330, ipl 15 Changing root device to ra0a WARNING: clock lost 121 days -- CHECK AND RESET THE DATE! erase ^?, kill ^U, intr ^C #
Restoring the rootdump
From here we are now running from the miniroot. The next steps are as follows:
# cd /dev # ./MAKEDEV ra1 # cd / # disk=ra1 type=ra81 tape=ts xtr
This will create a 'device' for the ra1 disk, then run the xtr program to restore the root dump. Take note that the chgrp & chmod commands are not found, however the install will proceed as normal.
erase ^?, kill ^U, intr ^C # cd /dev # ./MAKEDEV ra1 ./MAKEDEV: chgrp: not found ./MAKEDEV: chmod: not found # cd / # disk=ra1 type=ra81 tape=ts xtr Build root file system Warning: 538 sector(s) in last cylinder unallocated /dev/rra1a: 15884 sectors in 23 cylinders of 14 tracks, 51 sectors 8.1Mb in 2 cyl groups (16 c/g, 5.85Mb/g, 1856 i/g) super-block backups (for fsck -b#) at: 32, 11520, Check the file system ** /dev/rra1a ** Last Mounted on ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 2 files, 9 used, 7420 free (20 frags, 925 blocks, 0.3% fragmentation) Rewind tape Restore the dump image of the root Warning: ./lost+found: File exists ** /dev/rra1a ** Last Mounted on /a ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 317 files, 4199 used, 3230 free (6 frags, 403 blocks, 0.1% fragmentation) Root filesystem extracted If this is an 8650 or 8600, update the console rl02 If this is a 780 or 785, update the floppy If this is a 730, update the cassette #
After this stage, I just sync the disk a few times, then halt the emulator (CONTROL+E) and exit out. Now we are ready for stage two.
If this is a 730, update the cassette # sync # sync # sync Simulation stopped, PC: 800018AE (BRB 800018A3) sim> q Goodbye C:\4.3BSD\work>
Boot 2.
Now that the install disk is prepared, we need to use a different config file to reflect us going back to a single disk/tape configuration. The new configuration is as follows:
boot.ini
set rq0 ra81 att rq0 rq.dsk set rq1 dis set rq2 dis set rq3 dis set rp dis set lpt dis set rl dis set tq dis set tu dis att ts 43.tap set tti 7b set tto 7b load -o boot42 0 d r10 9 d r11 0 run 2
Booting the emulator
Now boot up the emulator with the boot.ini
C:\4.3BSD\work>vax780.exe boot.ini VAX780 simulator V3.8-0 loading ra(0,0)boot Boot : ra(0,0)vmunix 279844+80872+100324 start 0x12f8 4.3 BSD UNIX #1: Fri Jun 6 19:55:29 PDT 1986 karels@monet.Berkeley.EDU:/usr/src/sys/GENERIC real mem = 8388608 SYSPTSIZE limits number of buffers to 140 avail mem = 7187456 using 140 buffers containing 524288 bytes of memory mcr0 at tr1 mcr1 at tr2 uba0 at tr3 hk0 at uba0 csr 177440 vec 210, ipl 15 rk0 at hk0 slave 0 rk1 at hk0 slave 1 rk2 at hk0 slave 2 rk3 at hk0 slave 3 uda0 at uba0 csr 172150 vec 774, ipl 15 ra0 at uda0 slave 0 zs0 at uba0 csr 172520 vec 224, ipl 15 ts0 at zs0 slave 0 dz0 at uba0 csr 160100 vec 300, ipl 15 dz1 at uba0 csr 160110 vec 310, ipl 15 dz2 at uba0 csr 160120 vec 320, ipl 15 dz3 at uba0 csr 160130 vec 330, ipl 15 Changing root device to ra0a Automatic reboot in progress... Thu Feb 6 07:35:07 PST 1986 Can't open checklist file: /etc/fstab Automatic reboot failed... help! erase ^?, kill ^U, intr ^C #
Preparing the disk
Now we have to prep the machine for both the tape, and the type of disk. Type in the following commands.
# disk=ra # name=ra0h;type=ra81 # cd /dev # sh ./MAKEDEV ts0;sync # cd / # newfs $name $type
The output will be like this:
# disk=ra # name=ra0h;type=ra81 # cd /dev # sh ./MAKEDEV ts0;sync # cd / # newfs $name $type Warning: 680 sector(s) in last cylinder unallocated /dev/rra0h: 291346 sectors in 409 cylinders of 14 tracks, 51 sectors 149.2Mb in 26 cyl groups (16 c/g, 5.85Mb/g, 2048 i/g) super-block backups (for fsck -b#) at: 32, 11520, 23008, 34496, 45984, 57472, 68960, 80448, 91936, 103424, 114912, 126400, 137888, 149376, 160864, 172352, 182816, 194304, 205792, 217280, 228768, 240256, 251744, 263232, 274720, 286208, #
Restoring the usr slice
The disk's /usr slice will not have been formatted. We can not go ahead and mount it, and restore the /usr files. Then we unmount the slice, and run fsck to make sure everything is ok.
# mount /dev/$name /usr # cd /usr # mkdir sys # cd sys # mt rew # mt fsf 3 # tar xpbf 20 /dev/rmt12 # cd .. # mt fsf # tar xpbf 20 /dev/rmt12 # cd / # chmod 755 / /usr /usr/sys # rm -rf sys # ln -s /usr/sys sys # umount /dev/$name # fsck /dev/r$name
Likewise, the output should be similar to this:
# mount /dev/$name /usr # cd /usr # mkdir sys # cd sys # mt rew # mt fsf 3 # tar xpbf 20 /dev/rmt12 # cd .. # mt fsf # tar xpbf 20 /dev/rmt12 # cd / # chmod 755 / /usr /usr/sys # rm -rf sys # ln -s /usr/sys sys # umount /dev/$name # fsck /dev/r$name ** /dev/rra0h ** Last Mounted on /usr ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 4645 files, 35630 used, 102954 free (162 frags, 12849 blocks, 0.1% fragmentation) #
Configuring the fstab
Now we just need to create the fstab, format the 'home' slice, and then we can reboot the emulator into multiuser mode. Enter in the following commands:
# cd /etc # cp fstab.ra81 fstab # newfs ra0g ra81 # sync # reboot
And the expected output is as follows:
# cp fstab.ra81 fstab # newfs ra0g ra81 /dev/rra0g: 515508 sectors in 722 cylinders of 14 tracks, 51 sectors 263.9Mb in 46 cyl groups (16 c/g, 5.85Mb/g, 2048 i/g) super-block backups (for fsck -b#) at: 32, 11520, 23008, 34496, 45984, 57472, 68960, 80448, 91936, 103424, 114912, 126400, 137888, 149376, 160864, 172352, 182816, 194304, 205792, 217280, 228768, 240256, 251744, 263232, 274720, 286208, 297696, 309184, 320672, 332160, 343648, 355136, 365600, 377088, 388576, 400064, 411552, 423040, 434528, 446016, 457504, 468992, 480480, 491968, 503456, 514944, # sync # reboot syncing disks... done Reboot requested, PC: 8002B03A (MOVL 8004F628,R0) sim> q Goodbye
First Multiuser Boot
Now we can just re-run the last command, and we should boot multiuser! By default there is no root password. Also the system will run fsck uppon boot, so depending on your host computer this could take a while.
C:\4.3BSD\work>vax780.exe boot.ini VAX780 simulator V3.8-0 loading ra(0,0)boot Boot : ra(0,0)vmunix 279844+80872+100324 start 0x12f8 4.3 BSD UNIX #1: Fri Jun 6 19:55:29 PDT 1986 karels@monet.Berkeley.EDU:/usr/src/sys/GENERIC real mem = 8388608 SYSPTSIZE limits number of buffers to 140 avail mem = 7187456 using 140 buffers containing 524288 bytes of memory mcr0 at tr1 mcr1 at tr2 uba0 at tr3 hk0 at uba0 csr 177440 vec 210, ipl 15 rk0 at hk0 slave 0 rk1 at hk0 slave 1 rk2 at hk0 slave 2 rk3 at hk0 slave 3 uda0 at uba0 csr 172150 vec 774, ipl 15 ra0 at uda0 slave 0 zs0 at uba0 csr 172520 vec 224, ipl 15 ts0 at zs0 slave 0 dz0 at uba0 csr 160100 vec 300, ipl 15 dz1 at uba0 csr 160110 vec 310, ipl 15 dz2 at uba0 csr 160120 vec 320, ipl 15 dz3 at uba0 csr 160130 vec 330, ipl 15 Changing root device to ra0a Automatic reboot in progress... Thu Feb 6 07:43:43 PST 1986 /dev/ra0a: 330 files, 4200 used, 3229 free (5 frags, 403 blocks, 0.1% fragmentat ion) /dev/rra0h: 4645 files, 35630 used, 102954 free (162 frags, 12849 blocks, 0.1% f ragmentation) /dev/rra0g: 2 files, 9 used, 245216 free (16 frags, 30650 blocks, 0.0% fragmenta tion) Thu Feb 6 07:43:50 PST 1986 checking quotas: done. starting system logger checking for core dump... /a/crash: No such file or directory Feb 6 07:43:51 myname savecore: /a/crash: No such file or directory starting local daemons:Feb 6 07:43:51 myname named[53]: /etc/named.boot: No suc h file or directory named sendmail. preserving editor files clearing /tmp standard daemons: update cron accounting. starting network daemons: rwhod inetd printer. Thu Feb 6 07:43:52 PST 1986 Feb 6 07:43:54 myname getty: /dev/tty03: No such file or directory Feb 6 07:43:54 myname getty: /dev/tty02: No such file or directory Feb 6 07:43:54 myname getty: /dev/tty05: No such file or directory Feb 6 07:43:54 myname getty: /dev/tty04: No such file or directory Feb 6 07:43:54 myname getty: /dev/tty07: No such file or directory Feb 6 07:43:54 myname getty: /dev/tty06: No such file or directory Feb 6 07:43:54 myname getty: /dev/tty00: No such file or directory Feb 6 07:43:54 myname getty: /dev/tty01: No such file or directory 4.3 BSD UNIX (myname.my.domain) (console) login:
Now we can simply logon as root.
login: root Feb 6 07:43:56 myname login: ROOT LOGIN console 4.3 BSD UNIX #1: Fri Jun 6 19:55:29 PDT 1986 Would you like to play a game? Don't login as root, use su myname#
From here you can explore the system. All of the man pages are installed, and there is enough of a base system to get going. Sadly there are bugs in how 4.2 BSD and how SIMH interact with the networking, and it is not reliable. As sad as it is to be an 'island' you can however setup the dz serial interface to allow more than one user.
Enabling remote users
Inside of BSD 4.3 you will have to create the dz device files. Simply logon as root, and run the following commands:
cd /dev sh ./MAKEDEV dz0
Next, shutdown the OS, and add the following lines into the boot.ini (just make sure they are above the boot command or it'll not work correctly..
set dz lines=8 att dz 8888 set dz 7b
I would also recommend to windows users, either putty, or syncterm. The default telnet client sucks.