Talk:Installing 386BSD 1.0 on Qemu
From Computer History Wiki
A bit raw still, but this gets the installer going on some default cloud computing service fedora box.
yum -y install wget yum -y install gcc yum -y install gcc-c++ yum -y install ncurses-devel yum -y install zlib-devel.i386 cd /usr/local/src wget http://download.savannah.gnu.org/releases/qemu/qemu-0.12.3.tar.gz gunzip -c qemu-0.12.3.tar.gz |tar -xvf - cd qemu-0.12.3 ./configure --enable-curses make make install cd wget http://www.xs4all.nl/~dugo/5boot.img wget http://www.xs4all.nl/~dugo/ddbboot.img #get CD image XXX qemu-img create disk 1G cp ddbboot.img 5.img; qemu -fda 5.img -hda disk -hdb 386BSDCD -curses -m 8
Then in *brrr* DOS:
A:\boot 386bsd.ddb wd1d
then..:
Text 466944 Data 20480 Start 0xfe000000 can't open emm 386BSD Release 1.0 by William & Lynne Jolitz. [1.0.22 10/27/94 15:32] Copyright (c) 1989-1994 William F. Jolitz. All rights reserved. clk: irq0 pc: pc0 <color> port 60 irq1 aux: port 310 irq12 wd: wd0 <QEMU HARDDISK> wd1 <QEMU HARDDISK> port 1f0 irq14 fd: fd0: 1.44M port 3f0 irq6 drq2 com: com1: fifo port 3f8 irq4 lpt: lpt0 port 378 irq7 npx: npx: irq13 mcd: port 300 irq10 erase ^?, kill ^U, intr ^C # ./install
Yes, US/Pacific is fine, partitioning, not so much.
Dugo 23:54, 4 May 2010 (UTC)