22 Feb 2010 13:53
Update of NetBSD bring-up
Udo Möller <udo.a.moeller <at> web.de>
2010-02-22 12:53:50 GMT
2010-02-22 12:53:50 GMT
Hi, Matthias was right with his suggestion to create a more complete emulation of the DUART. After adding the second channel the install kernel started and showed the prompt "#" ! The next step was to learn more about installing. Simple execution of the "install" script does not work. The script wanted to write something on the ram-disk but this device is read-only. Again Matthias helped me and suggested to do the work of the script by hand. I did the following : disklabel -i -I sd0 : created 2 partitions , one 4.2BSD and the other boot bim : "add /usr/mdec/boot boot" newfs /dec/rsd0a hallo mount -v /dev/sd0a /mnt And the sd0a is alive ! I could copy, do ls and it is fascinating to watch in the emulation where it is reading and writing. Then I prepared the disk for booting : cp /tmp/.hdprofile to /mnt/.profile put the netbsd.GENERIC kernel of the web on it cp instbin to /mnt/instbin This instbin is a container with a lot of usefull programs in it. Therefore I think it is necessary for further work until the rest is installed. The install.html document does not tell any details about it . In the install script I found a command(Continue reading)
RSS Feed