Displaying 4 results from an estimated 4 matches for "memdsk".
Did you mean:
memdisk
2009 Jun 02
0
[PATCH] [memdisk] Add some DriveShiftLimit logic
Let's try that patch again... Here's a better one, instead. I tested
with:
qemu -kernel memdisk -initrd memdsk.hdd -append pause -hda one.hdd -hdb
two.hdd -hdc three.hdd -hdd four.hdd
On each HDD image, I had a file (and volume label) to identify the HDD
with the DOS 'dir' command. The expected behaviour was met; I wound up
with DOS drive letters:
C: memdsk.hdd
D: one.hdd
E: two.hdd
F: three.hdd...
2009 Dec 08
1
[PATCH] doc: document mBFT and "safe hook"
...fe hook" should know that this field will
+be present based on the fact that MEMDISK is the vendor identifier.
+
+The mBFT is little more than an ACPI table to prefix MEMDISK's traditional
+MEMDISK info structure (the "MDI"). The ACPI table's details are:
+
+ OEM ID. . . .: MEMDSK
+ OEM Table ID : Syslinux
+
+There is a 1-byte checksum field which covers the length of the mBFT all
+the way through to the end of the MEMDISK info structure.
+
+There is also a physical pointer to the "safe hook" structure associated
+with the MEMDISK instance. An OS driver might use...
2009 Dec 07
3
[PATCH] memdisk: "safe hook" and mBFT
...; Fields common to all ACPI tables
+ dd '' '' ; ACPI signature ("mBFT")
+ ; This is filled-in by the installer
+ ; to avoid an accidentally valid mBFT
+ dd mBFT_Len ; ACPI table length
+ db 1 ; ACPI revision
+ db 0 ; ACPI table checksum
+ db ''MEMDSK'' ; ACPI OEM ID
+ db ''Syslinux'' ; ACPI OEM table ID
+ dd 0 ; ACPI OEM revision
+ dd 0 ; ACPI ASL compiler vendor ID
+ dd 0 ; ACPI ASL compiler revision
+; The next field is mBFT-specific and filled-in by the installer
+ dd 0 ; "Safe hook" physical...
2010 Mar 09
3
Enhanced MDISKCHK.COM and MEMDISK patches
Good day to all,
Gert Hulselmans requested a feature for MDISKCHK.COM that would function
roughly like GETARGS.COM[1] by Murali Krishnan Ganapathy: DOS SET
command output for MEMDISK kernel arguments passed by previous
boot-loaders. He also needed to support the case for
MEMDISK-in-a-MEMDISK type situations, where all MEMDISK kernel arguments
could be gathered together and output as a list