You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Brown 6d2e4e719c Move uninitialised .data16 variables to .bss16; saves around 2000 17 anni fa
..
aout_loader.c Initial revision 19 anni fa
basemem_packet.c Move uninitialised .data16 variables to .bss16; saves around 2000 bytes of useless zeroes in the final image. 17 anni fa
cpu.c Shrink cpu.c and render it useful for our purposes. 17 anni fa
etherboot.prefix.lds Initial revision 19 anni fa
freebsd_loader.c Synced across updates from Etherboot 5.4 tree 19 anni fa
gdbsym.c Separated out initialisation functions from startup/shutdown functions. 17 anni fa
i386_string.c Accelerate memcpy() by around 32% on large, dword-aligned copies. 17 anni fa
i386_timer.c Dead code removal. 17 anni fa
nulltrap.c Also print out stack pointer (with optional stack dump) 17 anni fa
pcibios.c Add device description fields to struct device. 17 anni fa
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 anni fa
pic8259.c Master IRQ should be EOIed first, I think. 17 anni fa
prefixudata.lds Initial revision 19 anni fa
prefixzdata.lds Initial revision 19 anni fa
realmode.c Merged mcb30-realmode-redesign back to HEAD 19 anni fa
relocate.c Move memmap.h out of arch/i386; it no longer contains anything architecture-dependent and is needed by the ELF code. 17 anni fa
setjmp.S Merged mcb30-realmode-redesign back to HEAD 19 anni fa
stack.S Move stack out to separate object, so that having a stack doesn't drag in setup.S. 18 anni fa
stack16.S Use internal real-mode stack from non-returnable prefixes 17 anni fa
start16.lds Initial revision 19 anni fa
start16z.lds Initial revision 19 anni fa
start32.S Merge from Etherboot 5.4 18 anni fa
udivmod64.c More assertions 17 anni fa
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 anni fa
video_subr.c Separated out initialisation functions from startup/shutdown functions. 17 anni fa
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 anni fa
wince_loader.c Initial revision 19 anni fa