* Mikael <[EMAIL PROTECTED]> [020323 05:15]:
> > linuxbios.rom or romimage.  It is important that the romimage be at the
> > very end of the rom.
> 
> Is there any special procedure for getting the romimage to be at the end of
> the rom?
 
Which chipset does the MS-7308ET have? If you use /dev/bios and a 256k
flash part, you can just do:
dd if=etherboot.elf of=/dev/bios bs=64k seek=2 count=1
dd if=linuxbios.rom of=/dev/bios bs=64k seek=3 count=1

Best regards,
  Stefan Reinauer
  
-- 
Ok hex 4666 dup negate do i 4000 dup 2* negate do " *" 0 dup 2dup 1e 0 do
 2swap * e >>a 2* 5 pick + -rot - j + dup dup * e >>a rot dup dup * e >>a 
  rot swap 2dup + 10000 > if 3drop 3drop "  " 0 dup 2dup leave then loop 
              2drop 2drop type 268 +loop cr drop 5de +loop

Reply via email to