bug-grub
[Top][All Lists]
Advanced

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

Re: questions about undi patch


From: Thomas Reifferscheid
Subject: Re: questions about undi patch
Date: Wed, 21 Jul 2004 18:46:01 +0200 (CEST)


- works with 3com 3c905 CX and eepro100

- added md5sum support from
  http://userpages.umbc.edu/~mabzug1/cs/md5/md5.html
  (libmd5)

example:


  Booting 'GNU/Debian Woody mit 2.4er Kernel'

root (nd)
 Filesystem type is tftp, using whole disk
kernel /linux/debian/woody/tftpboot.img root=/dev/ram0 ramdisk_size=45000
   [Linux-bzImage, setup=0x1400, size=0x1330ec]
....................
MD5SUM: 0x100000-0x2330ec: 58e6e877ba9adb815dbc4a043089b236
initrd /linux/debian/woody/root.bin
....................
   [Linux-initrd @ 0x614e000, 0x1e9fa1f bytes]
MD5SUM: 0x614e000-0x7feda1f: f716add50d11d1d7463ed27e32e94924



let's see in a shell on the server:

the initrd:

reifferpc:/home/thomas# md5sum /tftpboot/linux/debian/woody/root.bin
f716add50d11d1d7463ed27e32e94924  /tftpboot/linux/debian/woody/root.bin


the kernel:

reifferpc:/home/thomas# dd if=/tftpboot/linux/debian/woody/tftpboot.img
of=kernel skip=5632 bs=1 ; md5sum kernel
1257708+0 records in
1257708+0 records out
1257708 bytes transferred in 16.163032 seconds (77814 bytes/sec)
58e6e877ba9adb815dbc4a043089b236  kernel



If you like to reproduce, fetch the files and patch mentioned in
http://lists.gnu.org/archive/html/bug-grub/2004-07/msg00063.html


Let's wait and see what Mr. Brown tells us about
undi.pxs->undi_isr.FuncFlag


Cheers,
Thomas






reply via email to

[Prev in Thread] Current Thread [Next in Thread]