您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Michael Brown a6a1052096 Applied a modified version of holger's regparm patches. 17 年前
..
aout_loader.c Initial revision 19 年前
basemem_packet.c Move uninitialised .data16 variables to .bss16; saves around 2000 bytes of useless zeroes in the final image. 17 年前
cpu.c Shrink cpu.c and render it useful for our purposes. 17 年前
etherboot.prefix.lds Initial revision 19 年前
freebsd_loader.c Synced across updates from Etherboot 5.4 tree 19 年前
gdbsym.c Separated out initialisation functions from startup/shutdown functions. 17 年前
i386_string.c Accelerate memcpy() by around 32% on large, dword-aligned copies. 17 年前
i386_timer.c Dead code removal. 17 年前
nulltrap.c Also print out stack pointer (with optional stack dump) 17 年前
pcibios.c Add device description fields to struct device. 17 年前
pcidirect.c Strip down i386 PCI configuration space I/O to the bare minimum. A typical build will now include 880 bytes of PCI support code, compared to 2327 bytes in Etherboot 5.4. 18 年前
pic8259.c Master IRQ should be EOIed first, I think. 17 年前
prefixudata.lds Initial revision 19 年前
prefixzdata.lds Initial revision 19 年前
realmode.c Removed dead code identified by symcheck 17 年前
relocate.c Applied a modified version of holger's regparm patches. 17 年前
setjmp.S Merged mcb30-realmode-redesign back to HEAD 19 年前
stack.S Move stack out to separate object, so that having a stack doesn't drag in setup.S. 18 年前
stack16.S Use internal real-mode stack from non-returnable prefixes 17 年前
start16.lds Initial revision 19 年前
start16z.lds Initial revision 19 年前
start32.S Merge from Etherboot 5.4 18 年前
udivmod64.c More assertions 17 年前
umalloc.c Allocate heap at first usage, rather than assuming we can fit it in below _text. This should help with the gPXE-on-gPXE-via-PXE case. 17 年前
video_subr.c Separated out initialisation functions from startup/shutdown functions. 17 年前
virtaddr.S Towards a(nother) new real-mode infrastructure, in which we take advantage of the fact that we have to have a permanently-resident block in base memory. 18 年前
wince_loader.c Initial revision 19 年前