search for: mbft

Displaying 10 results from an estimated 10 matches for "mbft".

2009 Dec 07
3
[PATCH] memdisk: "safe hook" and mBFT
...er Boot Record INT 13h Hook Routines") is a means for an OS driver to follow a chain of INT 13h hooks, examining the hooks'' vendors and assuming responsibility for hook functionality along the way. For MEMDISK, we guarantee an additional field which holds the physical address for the mBFT. The mBFT is an ACPI table which an OS driver can scan for. The mBFT contains the official MEMDISK Info structure (MDI) which itself includes parameters the OS will want to know about. The mBFT points back at the "safe hook" structure''s physical address so that an OS supportin...
2009 Dec 08
1
[PATCH] doc: document mBFT and "safe hook"
From 8be8951015673d6279d7d49b0138645194317dc2 Mon Sep 17 00:00:00 2001 From: Shao Miller <shao.miller at yrdsb.edu.on.ca> Date: Wed, 9 Dec 2009 19:11:38 +0000 Subject: [PATCH] doc: document mBFT and "safe hook" --- doc/memdisk.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/doc/memdisk.txt b/doc/memdisk.txt index 8a308f1..254cb7c 100644 --- a/doc/memdisk.txt +++ b/doc/memdisk.txt @@ -9,6 +9,9 @@ disk and a (ve...
2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
...<option> [...]] --info [<option> [...]]\n\ + ifmemdsk.c32 [<option> [...]] [<detected_cmd>] -- [<not_detected_cmd>]\n\ +\n\ +Options:\n\ + --info . . . . . Displays info about MEMDISK(s)\n\ + --safe-hooks . . Will scan INT 13h \"safe hook\" chain\n\ + --mbfts . . . . . Will scan memory for MEMDISK mBFTs\n\ + --no-sequential Suppresses probing all drive numbers\n\ +\n\ +If a MEMDISK is found, or if a particular MEMDISK is sought by the options\n\ +and is found, then the 'detected_cmd' action will be taken, else the\n\ +'not_detected_cmd&...
2012 Nov 07
1
State of memdisk-acpi
...nd a DSDT or SSDT. It fails to find a DSDT because RSDT doesn't point to DSDT; RSDT points to FACP which points to DSDT. After fixing this problem memdisk-acpi is able to hook the DSDT on VMware. Unfortunately it's unclear to me what we gain by hooking the DSDT/SSDT. How can we access the mBFT? Sebastian
2009 Dec 18
4
SYSLINUX 3.84 released
...the image. * MEMDISK: Fix floppy images of PC-DOS. * MEMDISK: Add support for emulation of CD-ROM images; patch by Shao Miller. * MEMDISK: Comply with the Win9x "safe hook" standard, allowing a protected-mode driver. * MEMDISK: New "mBFT" ACPI table, by analogy with the iSCSI iBFT table. This allows detection from a protected-mode operating system without EDD support. * 32-bit version of the gfxboot loader (gfxboot.c32), so far experimental. This will replace gfxboot.com in the future....
2010 Apr 01
2
Syslinux 3.86 released; Syslinux 4.00 now in beta test
...d for a bug in Xen HVM older than version 3.3: disable halt on those platforms. * Fix problems where certain operations in com32 modules would cause the core to believe the system was idle. * MEMDISK: fix MBR detection when used with a DOSEMU header or an offset. * MEMDISK: generate the mBFT checksum correctly. Begin3 Title: syslinux Version: 3.86 Entered-date: 2010-04-01 Description: SYSLINUX is a collection of boot loaders for the Linux operating system which operates off Linux ext2/3 filesystems, MS-DOS FAT filesystems, network servers using PXE firmware, or from CD-ROMs....
2010 Feb 21
1
SYSLINUX 3.85 released
...t; option. * chain.c32: should now support loading NTLDR from different type media than loaded from. * chain.c32: support chainloading to a FAT/NTFS partition with invalid "hidden sectors" via the "sethidden" option. * memdisk: fix the mBFT ACPI table. * vesamenu.c32: if the image is smaller than the screen, tile it across the whole screen. * mkdiskimage: -s option for producing a sparse image. * vesamenu.c32: support arbitrary resolution setting (beyond BIOS support) on some Intel-based vid...
2010 May 21
6
Get MEMDISK parameters from WinPE 32/64-bit?
Hi. I'm working on replacing a PXELINUX/MEMDISK loaded DOS based installation image with a PXELINUX/MEMDISK loaded WinPE ISO image. So far everything seems to work well (appending "bigraw" to memdisk solved booting problems on several machines), but I kind of miss the option of using getargs.com to get/set environment variables from the memdisk command line. Is there any way to
2010 Mar 09
3
Enhanced MDISKCHK.COM and MEMDISK patches
...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 of DOS SET commands. One way to search for "outer" MEMDISKs is via mBFT and/or INT 13h "safe hook" scanning. To support this, some modifications to MEMDISK were needed to allow the sharing of common structure information to MDISKCHK.COM's source code. Also, one MEMDISK bug was found. If you are currently a GETARGS.COM user and your batch file goes l...
2011 Dec 18
3
nopassany parameter causing trouble
I'm running into an issue which I didn't expect to encounter. When specifying the "nopassany" parameter to hide physical drives, I'm getting different output from ELTORITO.SYS (v1.5, syslinux distro) such that it fails. My intent is a LiveCD functionality with a DOS RAMDISK program taking over as drive C:, meaning either no FAT partitions on harddisks and removable disks