[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Michael Schmitz <MSchmitz@lbl.gov>] Bug#31450: makedev patch for m68k boot floppies



Bdale, is this bug in makedev, or in the way we're using it in boot-floppies?
[Ignore the non-makedev related stuff]

--
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>
--- Begin Message ---
News from the m68k front ...

The version of makedev used in slink (3.1.1-11) doesn't handle the
'generic-m68k' device class. Whatever that class is supposed to contain,
the result is that several critical device files are missing:

/dev/tty*
/dev/sda*, /dev/sdb*
/dev/loop*

with obvious results when booting the ramdisk or installed base system.
Patch attached.

Other funnies:

- mac-us-ext keymap isn't a valid binary map (we had trouble with 
  _incomplete_ binary maps that wiped the kernel keytable on Atari 
  before; this is new).

- the 'configure modules' step complains about 'sed: not found', 
  configuring modules is impossible, dinstall keeps prompting that 
  step again and again. 

Aside from that, ramdisk and base system are basically working 
(on the one machine I tested on).

Questions:

- why a 6 MB RAM limit suddenly? Where to change that? 

- where is msgfmt (not found by build.sh, ignored)? Couldn't find it 
  in Packages...

	Michael
--- rootdisk.sh.org	Mon Jan  4 17:42:17 1999
+++ rootdisk.sh	Mon Jan  4 19:55:19 1999
@@ -200,7 +200,7 @@
 		boot_floppies_dev="std tty1 tty2 tty3 tty4 ttyS0 ttyS1 ttyS2 ttyS3 lp fd fd0 fd1 xda xdb hda hdb hdc hdd sda sdb sdc sdd sde sdf sdg sdh initrd rtc loop scd0"
 		;;
 	m68k)
-		boot_floppies_dev="generic-m68k ttyS0 ttyS1 sdc sdd sde sdf sdg sdh adc add ade adf adg fb initrd rtc"
+		boot_floppies_dev="std tty1 tty2 tty3 tty4 ttyS0 ttyS1 fd fd0 fd1 hda hdb sda sdb sdc sdd sde sdf sdg sdh ada adb adc add ade adf adg fb initrd rtc loop"
 		;;
 	powerpc)
 		boot_floppies_dev="generic-powerpc hdc hdd sdc sdd sde sdf sdg sdh fb initrd rtc"
--- basedisks.sh.org	Mon Jan  4 21:11:31 1999
+++ basedisks.sh	Mon Jan  4 21:11:25 1999
@@ -110,7 +110,7 @@
 		(cd $B/dev; /dev/MAKEDEV generic-i386 hdc hdd sdc sdd scd-all )
 		;;
 	m68k)
-		(cd $B/dev; /dev/MAKEDEV generic-m68k )
+		(cd $B/dev; /dev/MAKEDEV std generic-m68k ttyS0 ttyS1 fd fd0 fd1 hdc hdd sdc sdd fb loop)
 		;;
 	powerpc)
 		(cd $B/dev; /dev/MAKEDEV generic-powerpc )

--- End Message ---

Reply to: