david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/arch/i386/firmware/pcbios
Michael Brown 4fbbf651d7 [i386] Change semantics of __from_data16 and __from_text16
__from_data16 and __from_text16 now take a pointer to a
.data16/.text16 variable, and return the real-mode offset within the
appropriate segment.  This matches the use case for every occurrence
of these macros, and prevents potential future bugs such as that fixed
in commit d51d80f.  (The bug arose essentially because "&pointer" is
still syntactically valid.)
2008-06-30 18:52:13 -07:00
..
basemem.c Provide {get,set}_fbms() in basemem.h. 2007-01-13 23:57:31 +00:00
bios_console.c Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot 2007-07-03 16:02:15 -04:00
e820mangler.S Ensure that empty e820 regions are skipped even at the end of the 2007-10-10 20:13:34 +01:00
gateA20.c [a20] Send a null command to the KBC after changing A20 2008-06-27 22:29:13 +01:00
hidemem.c Fix typo 2007-07-04 02:25:07 +01:00
memmap.c [i386] Change semantics of __from_data16 and __from_text16 2008-06-30 18:52:13 -07:00
pnpbios.c Added PnP BIOS scanning code, separated out from the UNDI driver 2007-01-05 16:10:03 +00:00
smbios_settings.c [Settings] Expose SMBIOS via settings API 2008-03-28 15:35:06 +00:00
smbios.c [smbios] Fix SMBIOS string fetching 2008-06-11 13:43:58 +01:00