77 Commits (601d244a8e6dc742780060a9e0c48b91fa6c4524)

Autor SHA1 Mensaje Fecha
  Michael Brown 2e03610c0d [multiboot] Allow for unspecified {load,bss}_end_addr for raw images hace 16 años
  Daniel Verkamp e8b22f203f [comboot] Add COMBOOT and COM32 support hace 16 años
  Michael Brown 4815188dfc [elf] Add execution entry point debug messages for elf/multiboot images hace 16 años
  Michael Brown 03c80c12b8 [iSCSI] Support Windows Server 2008 direct iSCSI installation hace 16 años
  Michael Brown dbe9269f3a [bzimage] Kill off the initrd image type hace 16 años
  Stefan Hajnoczi ce51128534 [bzImage] Support loading zImage kernels hace 16 años
  Michael Brown ac28d054c8 [bzimage] Support kernel command lines of greater than 256 characters hace 16 años
  Michael Brown 77a5cc6b13 [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImage hace 16 años
  Michael Brown 3475b693b7 [HCI] Display "Not an executable image" when appropriate hace 16 años
  Michael Brown 92d15eff30 [Settings] Remove assumption that all settings have DHCP tag values hace 16 años
  Michael Brown ee4206a8a7 [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFO hace 16 años
  Michael Brown 8afb36c3bc [Settings] Migrate DHCP and NVO code to the new settings API (untested) hace 16 años
  Michael Brown 1949641d10 Fix compiler warnings that appear only on OpenBSD. hace 16 años
  Michael Brown 755cb8379d Allow space for the kernel's real-mode .bss. Previously we weren't hace 16 años
  Michael Brown 56550e400e Redefine bzimage_exec_context::mem_limit to be the highest permissible hace 16 años
  Michael Brown 688bac1656 Place multiboot command lines in base memory; Xen won't pick them up hace 17 años
  Michael Brown d4947c05b2 Allow images to hold references to the originating URI. hace 17 años
  Michael Brown 9fd6a0418f Allowed zero-cost enforced ordering of features in startup banner hace 17 años
  Michael Brown 726e366e8f Add code for constructing single-file cpio archives on the fly hace 17 años
  Michael Brown 24f32a1945 Initrd concatenation now working hace 17 años
  Michael Brown c5d9114064 Allow loading of multiple initramfs images. hace 17 años
  Michael Brown 5e26df0325 Centralise construction of the DHCP request and response packets. hace 17 años
  Holger Lubitz 9a4790667a make multiboot_load static hace 17 años
  Holger Lubitz dc38303ff9 make nbi_load static hace 17 años
  Holger Lubitz 5ec4e2ad50 make eltorito_load static hace 17 años
  Michael Brown d5e39286f7 We probably shouldn't leave interrupts disabled when starting an OS. hace 17 años
  Michael Brown 07e11f8af9 Minor debug improvement hace 17 años
  Michael Brown 6d2e4e719c Move uninitialised .data16 variables to .bss16; saves around 2000 hace 17 años
  Michael Brown 89349d7fad Separated out initialisation functions from startup/shutdown functions. hace 17 años
  Michael Brown 071356d976 Ensure that pxe_netdev is set before starting up PXE NBP. hace 17 años
  Michael Brown e42eba4af4 Use a common base-memory packet buffer for DHCP construction (as used hace 17 años
  Michael Brown 5f17089b14 pxe_netdev now holds a reference to the network device. hace 17 años
  Michael Brown e1646b4080 Place the actual version string in .data16, rather than just the hace 17 años
  Michael Brown 8130443f9f Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c hace 17 años
  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