search for: dellbio

Displaying 6 results from an estimated 6 matches for "dellbio".

2010 Aug 01
1
Chainloading DRMK
DRMK (Dell Real Mode Kernel), now used in their DOS-based diagnostic images (probably about 2-4 years), has a rather unusual entry into the IO file (DELLBIO.BIN; similar to IO.SYS and IBMBIO.COM). After fumbling around with it over the last few days, I _think_ I've figured out the quirks of this entry point (and successfully tweaked chain.c32 to do such). dl Usual; drive number bp 0 cs 0x0070 ss 0 ds Location of relocated boot sector code that l...
2006 Jan 03
0
Isolinux.cfg issues on certain BIOSes
...test/dlgdiag4.imz label RL kernel /isolinux/linresc/rescue.lnx append vga=0x301 initrd=/isolinux/linresc/initrd.gz root=/dev/ram0 init=/etc/rc/init label dellst kernel memdisk append initrd=/isolinux/DELL/asset.imz label DELLST kernel memdisk append initrd=/isolinux/DELL/asset.imz label dellbios kernel memdisk append initrd=/isolinux/dellbios.bin label DELLBIOS kernel memdisk append initrd=/isolinux/dellbios.bin label DELL kernel memdisk append initrd=/isolinux/dell.img label dell kernel memdisk append initrd=/isolinux/dell.img label ehss kernel memdisk append initrd=/...
2010 Aug 01
0
[PATCH] Allow chain.c32 to load DRMK
git://gnx.ath.cx/syslinux.git On branch for_hpa, I've got an extension of com32/modules/chain.c that introduces a new option, drmk=, for loading the Dell Real Mode Kernel file DELLBIO.BIN in a total of 5 commits. Again, thank you Gert Hulselmans. -- -Gene
2010 Aug 20
4
[PATCH] git tree: libfat, chain, mtools/syslinux, menu.txt
git://gnx.ath.cx/syslinux.git On branch for_hpa, I've got several groups of changes (listed bottom up) -chain.c32: the beginning of a DRMK loader; I still need to test this further and document/code what ones can possibly work -mtools/syslinux.c: Check to be sure fs is not NULL in case libfat_open() failed, like it can on a bad filesystem. Try to present a useful error rather than a seg
2010 Dec 21
2
[PATCH] chain.c32: support chainloading GRUB2 core.img
...har *grub2dir; bool swap; bool hide; bool sethidden; @@ -1283,8 +1288,9 @@ Options: file=<loader> Load and exe msdos=<loader> Load MS-DOS IO.SYS\n\ pcdos=<loader> Load PC-DOS IBMBIO.COM\n\ drmk=<loader> Load DRMK DELLBIO.BIN\n\ - grub=<loader> Load GRUB Legacy stage2\n\ + grub=<loader> Load GRUB Legacy stage2 or GRUB2 core.img\n\ grubcfg=<filename> Set alternative config filename for GRUB Legacy\n\ + grub2dir=<dirname> Set alternative directory nam...
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things (and in partiter part), fixes few minor issues and adds a few new features. Details are in the following commits, below is the summary and pull details at the end. Shao - any chance to peek over them ? Most of those are relatively simple changes and well tested, though of course something might have slipped my attention.