summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* Strip down i386 PCI configuration space I/O to the bare minimum. AMichael Brown2006-05-176-469/+430Star
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-162-32/+6Star
* Missed a reference to heap.h.Michael Brown2006-05-161-1/+0Star
* Add INT 13,41 (extensions installation check). LILO's MBR now usesMichael Brown2006-05-152-0/+40
* Fix a couple of minor typos.Michael Brown2006-05-141-2/+2
* Also capture INT 19 as a failure path, to allow for boot sectors thatMichael Brown2006-05-141-3/+14
* Add int13_boot(), to allow booting from INT 13 emulated drives.Michael Brown2006-05-142-0/+89
* Specify attributes on .text16.Michael Brown2006-05-141-1/+1
* Rewrote printf and friends to better support standard C semantics.Michael Brown2006-05-141-0/+1
* Provide access to rm_cs and rm_ds from protected-mode code.Michael Brown2006-05-132-1/+6
* Provide a global counter for the number of interrupts hooked.Michael Brown2006-05-131-0/+1
* Allow re-entrancy and provide a global counter of the number ofMichael Brown2006-05-131-0/+20
* Define BIOS data segment in bios.hMichael Brown2006-05-132-7/+9
* Add flag definitions.Michael Brown2006-05-131-0/+8
* Add INT 13 emulation layer (which provides an interface to gPXE blockMichael Brown2006-05-132-0/+632
* Add 64-bit byte-swapping operations.Michael Brown2006-05-131-7/+38
* Add drivers/block and arch/i386/interface/pcbiosMichael Brown2006-05-131-0/+1
* (Redoing check-in lost by SourceForge's failure.)Michael Brown2006-05-133-64/+0Star
* (Redoing check-in lost by SourceForge's failure.)Michael Brown2006-05-132-0/+74
* (Redoing check-in lost by SourceForge's failure.)Michael Brown2006-05-134-13/+34
* (Redoing check-in lost by SourceForge's failure.)Michael Brown2006-05-131-11/+21
* Preserve the whole of %esp across prot_call(). We have to split thisMichael Brown2006-05-061-7/+14
* Allow access to variables in .text16 as well as .data16. ChainedMichael Brown2006-05-063-2/+16
* Preserve GDT across prot_call().Michael Brown2006-05-061-6/+12
* This line should not have been checked inMichael Brown2006-05-051-1/+0Star
* Add infrastructure to support access to .data16 (and .text16) variablesMichael Brown2006-05-052-76/+125
* Added methods for efficiently declaring and accessing variables inMichael Brown2006-05-043-0/+59
* BSS is now zeroed by libprefix (along with the otherwise non-zeroableMichael Brown2006-05-021-3/+0Star
* TypoMichael Brown2006-05-021-2/+2
* Create two easy-to-use entry points in libprefix: install andMichael Brown2006-05-024-35/+122
* <name>_size variable is no longer needed, since we don't copy the code.Michael Brown2006-05-021-3/+1Star
* Towards a(nother) new real-mode infrastructure, in which we takeMichael Brown2006-05-029-1177/+460Star
* Move stack out to separate object, so that having a stack doesn't drag inMichael Brown2006-05-022-9/+13
* Verified as workingMichael Brown2006-05-021-6/+9
* This should be much more elegant: we use flat real mode for theMichael Brown2006-05-021-130/+219
* Checking in because I don't want to lose this rather neat code forMichael Brown2006-05-011-0/+178
* Put the TCP connection periodic processing in tcp.c, where it belongs.Michael Brown2006-04-301-0/+2
* Move init.h to gpxe/init.h.Michael Brown2006-04-307-7/+7
* Gave up on adding POSIX errno's as required, and just added (almost) allMichael Brown2006-04-281-15/+15
* Added missing ssize_tMichael Brown2006-04-251-0/+1
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-244-8/+8
* (librm_base-1b) is already an offset; no need to apply OFFSET().Michael Brown2006-04-241-1/+1
* Header rearrangement.Michael Brown2006-04-244-4/+4
* Added __constant_memcpy() based on version in Linux's string.h.Michael Brown2006-04-241-12/+135
* They can come back when they have someone to support them.Michael Brown2006-03-1789-8563/+0Star
* Prefix semantics have changedMichael Brown2006-03-161-0/+5
* Merge from Etherboot 5.4Michael Brown2006-03-161-1/+2
|\
* | Merge from Etherboot 5.4Michael Brown2006-03-162-18/+83
|\|
* | Merge from Etherboot 5.4Michael Brown2006-03-163-1/+301
|\|
* | Fix up building with gcc 4.0.1 / gas 2.16.91Michael Brown2006-01-172-4/+4