search for: legacy_sectors_per_track

Displaying 4 results from an estimated 4 matches for "legacy_sectors_per_track".

2014 Nov 28
2
[PATCH] Add ldisk.c32 Lua module
...teger(L, i); + lua_newtable(L); + SET_TABLE_STRING_INT(L, "id", id); + // legacy info + SET_TABLE_STRING_INT(L, "legacy_heads", info.legacy_max_head + 1); + SET_TABLE_STRING_INT(L, "legacy_cylinders", info.legacy_max_cylinder + 1); + SET_TABLE_STRING_INT(L, "legacy_sectors_per_track", + info.legacy_sectors_per_track + 1); + // edd + SET_TABLE_STRING_INT(L, "info", info.edd_params.info); + SET_TABLE_STRING_INT(L, "cylinders", info.edd_params.cylinders); + SET_TABLE_STRING_INT(L, "heads", info.edd_params.heads); + SET_TABLE_STRING_INT(L,...
2010 Nov 11
10
[PATCH 0/3] Xen Microcode update driver for 2.6.38
From: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Hi all, This series adds a new microcode driver for Xen. The Xen hypervisor can deal with all the low-level details of doing a microcode update (Intel vs AMD, doing all the physical CPUs present on the system, current and future, etc), so all the driver has to do is make a hypercall to upload the microcode into Xen. This only
2008 Nov 13
69
[PATCH 00 of 38] xen: add more Xen dom0 support
Hi Ingo, Here''s the chunk of patches to add Xen Dom0 support (it''s probably worth creating a new xen/dom0 topic branch for it). A dom0 Xen domain is basically the same as a normal domU domain, but it has extra privileges to directly access hardware. There are two issues to deal with: - translating to and from the domain''s pseudo-physical addresses and real machine
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and