Displaying 3 results from an estimated 3 matches for "get_disk_params".
2009 Mar 23
2
HDT: Doesn't work with syslinux
When I boot Hardware Detection Tool 0.2.3 or 0.2.5 with syslinux 3.73 or 3.74-pre11,
I get:
=======================================================
Hardware Detection Tool 0.2.5 by Erwan Velu
CPU: Detecting
DISKS: Detecting
DISK 0x80: 0x80: PCI ATA : sectors = 703282600, s/t = 63 head = 255: EDD=3.0
=======================================================
Then it halts. Ctrl + Alt + Del
2007 Oct 17
3
Adding a "boot from local hard disk" option to syslinux menu, booted from USB
...st sector, then
the MBR next, and the rest is used for the
partition-
chasing stack. */
dapa = (struct ebios_dapa *)__com32.cs_bounce;
mbr = (char *)__com32.cs_bounce + SECTOR;
/* Get the disk geometry (not needed for MBR) */
sprintf(logs, "Get the disk geometry - Calling
get_disk_params\n");
printf(logs);
strcat(logrc, logs);
if ( get_disk_params(drive) && whichpart ) {
//error();
sprintf(logs, "Cannot get disk parameters\n");
error(logs);
strcat(logrc, logs);
goto endloop;
}
sprintf(logs, "disk_info: disk %d, e...
2010 Jul 26
5
[RFC/PATCH] New chainloading functionality
This patch introduces extra functionality to chain.c, mainly with reference to
BPB adjustments, but not only that. It expects 3 small patches I sent earlier
(they are included for easy reference, patches 1-3/4).
The changes introduced are:
1) file and boot sector use separate options to control load address and jump
address (if applicable). Options are as described below:
*