summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* Add 32-bit support.Michael Brown2007-03-221-13/+70
* Provide a buffer in base memory for code to fill with generated DHCP data.Michael Brown2007-03-222-0/+42
* TypoMichael Brown2007-03-201-1/+1
* Support 32-bit (linear) NBI images. We don't yet provide a bootp dataMichael Brown2007-03-141-33/+44
* Added .nbi as a format.Michael Brown2007-03-112-0/+69
* Make _load_size accurately reflect the number of bytes in the actualMichael Brown2007-03-111-2/+0Star
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-102-40/+5Star
* Add ability to read serial number from SMBIOSMichael Brown2007-02-012-0/+269
* More assertionsMichael Brown2007-02-011-0/+1
* Also print out stack pointer (with optional stack dump)Michael Brown2007-02-011-2/+5
* Assert that division result is correctMichael Brown2007-02-011-0/+3
* Added __umoddi3Michael Brown2007-01-311-0/+13
* Don't call PXENV_STOP_UNDI in the kpxeprefix. This slighy breaks theMichael Brown2007-01-293-25/+46
* Split bootsector execution code out into bootsector.c.Michael Brown2007-01-295-69/+517
* Handle (64-bit) / (32-bit) = (64-bit), i.e. one step beyond thatMichael Brown2007-01-281-0/+319
* Yet more synonyms that people tend to use.Michael Brown2007-01-261-11/+17
* Use base "0" in strtoul for consistency with "mem="Michael Brown2007-01-241-1/+1
* "vga=" is specified in decimal, not hex.Michael Brown2007-01-231-1/+1
* Misread the definition of the type_of_loader field; it should include aMichael Brown2007-01-192-2/+8
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-192-2/+2
* Declaring the CPU architecture in the middle of an assembly file isMichael Brown2007-01-181-1/+0Star
* Accelerate memcpy() by around 32% on large, dword-aligned copies.Michael Brown2007-01-182-0/+70
* Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown2007-01-161-8/+8
* We can now load an initrd as well as a kernelMichael Brown2007-01-142-5/+95
* Make the getmemsize() prototype available in memsizes.h, for code thatMichael Brown2007-01-143-44/+17Star
* Actually, the initrd image should be architecture-independent.Michael Brown2007-01-142-51/+0Star
* Add dummy "initrd" image format, just so that images can be marked asMichael Brown2007-01-142-0/+51
* Copy command line at execution time rather than load time.Michael Brown2007-01-142-35/+144
* Split bzimage_load into separate functionsMichael Brown2007-01-142-87/+202
* Can start a Linux kernel directly (albeit with no initrd support)Michael Brown2007-01-141-8/+29
* Remove some references to no-longer-existent source files.Michael Brown2007-01-141-6/+5Star
* .lilo and derived targets (e.g. .iso) now load properly.Michael Brown2007-01-141-23/+29
* Obsoleted by arch/i386/image/multiboot.cMichael Brown2007-01-141-208/+0Star
* Can almost start a kernel now. It dies with "No setup signature found"Michael Brown2007-01-142-7/+138
* Placeholder bzImage supportMichael Brown2007-01-142-0/+154
* Replace image->entry with image->priv.Michael Brown2007-01-142-4/+9
* Mostly updated. Won't work yet.Michael Brown2007-01-141-199/+172Star
* Obsolete for some timeMichael Brown2007-01-141-130/+0Star
* Select a PXE network device before starting PXE NBP.Michael Brown2007-01-144-59/+64
* Use debug autocolourisation.Michael Brown2007-01-141-18/+34
* Call hide_etherboot() from startup(), rather than requiring the prefix toMichael Brown2007-01-142-20/+38
* Use _text, rather than assuming _text==0.Michael Brown2007-01-141-1/+4
* Use {get,set}_fbms() so that allocated base memory is correctly hidden.Michael Brown2007-01-141-12/+7Star
* Provide {get,set}_fbms() in basemem.h.Michael Brown2007-01-143-212/+70Star
* Some operating systems get a nasty shock if a region of the E820 map seemsMichael Brown2007-01-141-18/+77
* Add some trace messages for important eventsMichael Brown2007-01-131-0/+6
* I prefer IMAGE_XXX to XXX_IMAGE.Michael Brown2007-01-131-0/+83
* Add header for pxe_boot()Michael Brown2007-01-132-0/+12
* Pick up the return status code from the correct place now that weMichael Brown2007-01-131-2/+1Star
* When an UNDI API call fails, print everything there is to know about it.Michael Brown2007-01-131-3/+20