Displaying 3 results from an estimated 3 matches for "0xc0u".
Did you mean:
0xc0
2010 Oct 08
4
Syslinux 4.03-pre4 - Release Candidate
Trying to get at least my backlog of bug fixes out... I'm hoping to do a
4.03 next week. Please help by:
a) giving it a whirl;
b) letting me know if I have missed any low-risk bugfixes.
Gene: I did not include your UI branch in this release, because it made
me a bit nervous... poke me on IRC when you have a chance.
-hpa
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
..., &inreg, &outreg);
-
- if (outreg.eflags.l & EFLAGS_CF) {
- rv = diskinfo->ebios ? 0 : -1;
- goto out;
- }
-
- diskinfo->spt = 0x3f & outreg.ecx.b[0];
- diskinfo->head = 1 + outreg.edx.b[1];
- diskinfo->cyl = 1 + (outreg.ecx.b[1] | ((outreg.ecx.b[0] & 0xc0u) << 2));
-
- if (diskinfo->spt)
- diskinfo->cbios = 1; /* Valid geometry */
- else {
- diskinfo->head = 1;
- diskinfo->spt = 1;
- diskinfo->cyl = 1;
- }
-
- if (!diskinfo->lbacnt)
- diskinfo->lbacnt = diskinfo->cyl * diskinfo->head * diskinfo->spt;
-...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello,
the following patches should get multidisk access working.
The syntax accepted is the following:
(hdx,y)/path/to/file
where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk.
the other accepted syntax is using MBR's 32 bits disk signature so for example:
(mbr:0x12345678,2)/foo/bar
would address