43 Commits (acd598b4f93473f1792686a8ab691c88f1d4d8e5)

Autor SHA1 Mensaje Fecha
  Michael Brown d71b116f54 Fix stack on return from PXE NBP so that we can return properly. hace 17 años
  Michael Brown 0d9b3e2dd2 Add 32-bit support. hace 17 años
  Michael Brown 160e66dbb9 Typo hace 17 años
  Michael Brown 5578d3b2de Support 32-bit (linear) NBI images. We don't yet provide a bootp data hace 17 años
  Michael Brown 2cf1e33df1 Split bootsector execution code out into bootsector.c. hace 17 años
  Michael Brown 6a765fdc15 Use base "0" in strtoul for consistency with "mem=" hace 17 años
  Michael Brown 99cb46943f "vga=" is specified in decimal, not hex. hace 17 años
  Michael Brown ebb00e032c Misread the definition of the type_of_loader field; it should include a hace 17 años
  Michael Brown a5f6408d8e We can now load an initrd as well as a kernel hace 17 años
  Michael Brown b9f99858ab Make the getmemsize() prototype available in memsizes.h, for code that hace 17 años
  Michael Brown 10c9b03cdb Actually, the initrd image should be architecture-independent. hace 17 años
  Michael Brown f92e04dea4 Add dummy "initrd" image format, just so that images can be marked as hace 17 años
  Michael Brown 8a490146bf Copy command line at execution time rather than load time. hace 17 años
  Michael Brown 3ccd7335f0 Split bzimage_load into separate functions hace 17 años
  Michael Brown 97a3037f76 Can start a Linux kernel directly (albeit with no initrd support) hace 17 años
  Michael Brown 784e10635a Can almost start a kernel now. It dies with "No setup signature found" hace 17 años
  Michael Brown b07161f397 Placeholder bzImage support hace 17 años
  Michael Brown 797edf28b7 Replace image->entry with image->priv. hace 17 años
  Michael Brown 3bdbfe1f00 Mostly updated. Won't work yet. hace 17 años
  Michael Brown 7bc03d37a2 Select a PXE network device before starting PXE NBP. hace 17 años
  Michael Brown 55e6d7b70c Use debug autocolourisation. hace 17 años
  Michael Brown f11900a9c6 I prefer IMAGE_XXX to XXX_IMAGE. hace 17 años
  Michael Brown bcd6ca3291 Place multiboot tables in base memory; at least some OSes won't see it hace 17 años
  Michael Brown 0f29e0e46e Ensure multiboot modules are in ascending order of memory start hace 17 años
  Michael Brown 53e948bba8 Fix the memory map. hace 17 años
  Michael Brown 6fdc6c81a6 Force probing of multiboot before ELF. hace 17 años
  Michael Brown 9debfed07a Place command-line inline, to save on memory allocation hassles. hace 17 años
  Michael Brown 1d313234b3 Rename copy_user() to memcpy_user(). Add memmove_user() and hace 17 años
  Michael Brown e4c6418ac0 We may be required to page-align modules, so let's make sure we catch hace 17 años
  Michael Brown f59ad50504 Provide registration mechanism for loaded images, so that we can e.g. hace 17 años
  Michael Brown f31d91bce5 Populate multiboot information structure before calling OS. hace 17 años
  Michael Brown dc51af59a4 Capable of starting a multiboot kernel (albeit without the multiboot hace 17 años
  Michael Brown d488a172eb Capable of loading a multiboot image into memory hace 17 años
  Michael Brown 4fc9333159 Move include/image.h to include/gpxe/image.h hace 17 años
  Michael Brown 3634e705b7 Remove osloader.c and replace with a prep_segment() that uses userptr_t hace 17 años
  Michael Brown e28db95de6 Obsolete hace 17 años
  Michael Brown 190276a8b6 NBI is due for removal hace 18 años
  Michael Brown d8e99bf28f Gave up on adding POSIX errno's as required, and just added (almost) all hace 18 años
  Michael Brown 832e86246b gcc is rather over-aggressive about optimising out static data structures hace 18 años
  Michael Brown 809933d9f7 Split PXE code into preboot, udp, tftp, undi and loader units. hace 19 años
  Michael Brown 079b5d5527 Moved pxe_loader.c to pxe_image.c to avoid name clash hace 19 años
  Michael Brown 783e9ca396 Added doxygen comments and errno values. hace 19 años
  Michael Brown 205a7ad5e0 Moved NBI support to nbi.c, modified to work with new load mechanism hace 19 años