search for: drmk

Displaying 8 results from an estimated 8 matches for "drmk".

Did you mean: drm
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 en...
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 fault. -libfat: A check for NULL pointers; A ch...
2006 Feb 27
1
booting dell diagnostic hd image with isolinux
...no-emulation boot. I've estracted the hard disk image (size=2048000) and I'd like to boot it with isolinux. I tried kernel memdisk append initrd=dell5061.img The Dell/Dos os starts to boot and prints =========== Diagnostics ============== Loading PBR for descriptor 1...done Loading DRMK version 8.00 ... Can't load kernel file <hangs> Since the Dell disks partially boots the memdisk messages are cleared and I cannot paste them here. Anyone have succesfully booted the Dell diag image? Thanks -- giulioo at pobox.com
2010 Dec 21
2
[PATCH] chain.c32: support chainloading GRUB2 core.img
...const char *grubcfg; + const char *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=<dir...
2010 Oct 13
2
Syslinux 4.03-pre5 - final in a day or two
Hi all, I have pushed out one more 4.03 prerelease; please help checking or testing it as I'm about to push a 4.03 out really soon. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
2011 Apr 18
1
Syslinux 4.04 released
...(Gene Cumm). * core/writedec.inc: Fix duplicate declaration and overflow (Gene Cumm). * GCC 4.5 fixes. * sample directory: Fix Makefile include (Gene Cumm). * ver.com: New universal DOS/COMBOOT application to display version information (includes DRMK) (Gene Cumm). * rosh.c32: updated; Using getopt() for internal commands to aid parsing options; Fix bugs in ls; add warm reboot and echo (Gene Cumm). * com32: fix a file descriptor leak. * gfxboot.c32: handle TEXT..ENDTEXT; error out on no LABELs...
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.