Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Michael Brown 22ed1fbaf1 Add ability to read serial number from SMBIOS 17 лет назад
..
basemem.c Provide {get,set}_fbms() in basemem.h. 17 лет назад
bios.c Updated to REAL_CODE() 18 лет назад
bios_console.c Engage brain: since when was zero >= 0x80 ? 17 лет назад
e820mangler.S Check to see if we've reached the end of the map before attempting to skip past an empty region, otherwise we end up generating an infinitely long e820 map. (Yes, there *are* real systems that provide e820 maps with a zero-length region at the end...) 18 лет назад
gateA20.c Avoid draining the keyboard buffer during gateA20_set(). It shouldn't technically be necessary, because the "enable A20" command requires only that the keyboard controller is ready to accept input (i.e. that its input buffer is empty), and shouldn't also require that the keyboard is ready to send output (i.e. that its output buffer is also empty). See http://www.smsc.com/main/tools/io-bios/42i.pdf section 3.1 ("Command Invocation") for a justification. 17 лет назад
hidemem.c Call hide_etherboot() from startup(), rather than requiring the prefix to do it. 17 лет назад
memmap.c Make the getmemsize() prototype available in memsizes.h, for code that doesn't want to go to the hassle of processing a full memory map. 17 лет назад
pnpbios.c Added PnP BIOS scanning code, separated out from the UNDI driver 17 лет назад
smbios.c Add ability to read serial number from SMBIOS 17 лет назад