| Commit message (Expand) | Author | Age | Files | Lines |
| * | More assertions | Michael Brown | 2007-02-01 | 1 | -0/+1 |
| * | Also print out stack pointer (with optional stack dump) | Michael Brown | 2007-02-01 | 1 | -2/+5 |
| * | Assert that division result is correct | Michael Brown | 2007-02-01 | 1 | -0/+3 |
| * | Added __umoddi3 | Michael Brown | 2007-01-31 | 1 | -0/+13 |
| * | Don't call PXENV_STOP_UNDI in the kpxeprefix. This slighy breaks the | Michael Brown | 2007-01-29 | 3 | -25/+46 |
| * | Split bootsector execution code out into bootsector.c. | Michael Brown | 2007-01-29 | 5 | -69/+517 |
| * | Handle (64-bit) / (32-bit) = (64-bit), i.e. one step beyond that | Michael Brown | 2007-01-28 | 1 | -0/+319 |
| * | Yet more synonyms that people tend to use. | Michael Brown | 2007-01-26 | 1 | -11/+17 |
| * | Use base "0" in strtoul for consistency with "mem=" | Michael Brown | 2007-01-24 | 1 | -1/+1 |
| * | "vga=" is specified in decimal, not hex. | Michael Brown | 2007-01-23 | 1 | -1/+1 |
| * | Misread the definition of the type_of_loader field; it should include a | Michael Brown | 2007-01-19 | 2 | -2/+8 |
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 2 | -2/+2 |
| * | Declaring the CPU architecture in the middle of an assembly file is | Michael Brown | 2007-01-18 | 1 | -1/+0 |
| * | Accelerate memcpy() by around 32% on large, dword-aligned copies. | Michael Brown | 2007-01-18 | 2 | -0/+70 |
| * | Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously | Michael Brown | 2007-01-16 | 1 | -8/+8 |
| * | We can now load an initrd as well as a kernel | Michael Brown | 2007-01-14 | 2 | -5/+95 |
| * | Make the getmemsize() prototype available in memsizes.h, for code that | Michael Brown | 2007-01-14 | 3 | -44/+17 |
| * | Actually, the initrd image should be architecture-independent. | Michael Brown | 2007-01-14 | 2 | -51/+0 |
| * | Add dummy "initrd" image format, just so that images can be marked as | Michael Brown | 2007-01-14 | 2 | -0/+51 |
| * | Copy command line at execution time rather than load time. | Michael Brown | 2007-01-14 | 2 | -35/+144 |
| * | Split bzimage_load into separate functions | Michael Brown | 2007-01-14 | 2 | -87/+202 |
| * | Can start a Linux kernel directly (albeit with no initrd support) | Michael Brown | 2007-01-14 | 1 | -8/+29 |
| * | Remove some references to no-longer-existent source files. | Michael Brown | 2007-01-14 | 1 | -6/+5 |
| * | .lilo and derived targets (e.g. .iso) now load properly. | Michael Brown | 2007-01-14 | 1 | -23/+29 |
| * | Obsoleted by arch/i386/image/multiboot.c | Michael Brown | 2007-01-14 | 1 | -208/+0 |
| * | Can almost start a kernel now. It dies with "No setup signature found" | Michael Brown | 2007-01-14 | 2 | -7/+138 |
| * | Placeholder bzImage support | Michael Brown | 2007-01-14 | 2 | -0/+154 |
| * | Replace image->entry with image->priv. | Michael Brown | 2007-01-14 | 2 | -4/+9 |
| * | Mostly updated. Won't work yet. | Michael Brown | 2007-01-14 | 1 | -199/+172 |
| * | Obsolete for some time | Michael Brown | 2007-01-14 | 1 | -130/+0 |
| * | Select a PXE network device before starting PXE NBP. | Michael Brown | 2007-01-14 | 4 | -59/+64 |
| * | Use debug autocolourisation. | Michael Brown | 2007-01-14 | 1 | -18/+34 |
| * | Call hide_etherboot() from startup(), rather than requiring the prefix to | Michael Brown | 2007-01-14 | 2 | -20/+38 |
| * | Use _text, rather than assuming _text==0. | Michael Brown | 2007-01-14 | 1 | -1/+4 |
| * | Use {get,set}_fbms() so that allocated base memory is correctly hidden. | Michael Brown | 2007-01-14 | 1 | -12/+7 |
| * | Provide {get,set}_fbms() in basemem.h. | Michael Brown | 2007-01-14 | 3 | -212/+70 |
| * | Some operating systems get a nasty shock if a region of the E820 map seems | Michael Brown | 2007-01-14 | 1 | -18/+77 |
| * | Add some trace messages for important events | Michael Brown | 2007-01-13 | 1 | -0/+6 |
| * | I prefer IMAGE_XXX to XXX_IMAGE. | Michael Brown | 2007-01-13 | 1 | -0/+83 |
| * | Add header for pxe_boot() | Michael Brown | 2007-01-13 | 2 | -0/+12 |
| * | Pick up the return status code from the correct place now that we | Michael Brown | 2007-01-13 | 1 | -2/+1 |
| * | When an UNDI API call fails, print everything there is to know about it. | Michael Brown | 2007-01-13 | 1 | -3/+20 |
| * | Always send EOI. We can't feasibly share interrupts (since we have no | Michael Brown | 2007-01-13 | 1 | -4/+12 |
| * | Damn Broadcom and their damned incorrect assumptions about x86 memory | Michael Brown | 2007-01-13 | 1 | -3/+24 |
| * | Place multiboot tables in base memory; at least some OSes won't see it | Michael Brown | 2007-01-12 | 1 | -34/+64 |
| * | Ensure multiboot modules are in ascending order of memory start | Michael Brown | 2007-01-12 | 1 | -15/+40 |
| * | Fix the memory map. | Michael Brown | 2007-01-12 | 1 | -6/+11 |
| * | Force probing of multiboot before ELF. | Michael Brown | 2007-01-12 | 1 | -2/+2 |
| * | Place command-line inline, to save on memory allocation hassles. | Michael Brown | 2007-01-12 | 1 | -7/+4 |
| * | Fix the only bug (which was to use DBGC() in place of DBG()!) and add 4kB | Michael Brown | 2007-01-12 | 1 | -2/+9 |