130 Revize (a6a1052096c72660a24fead2e1e7d580ea4f8bc2)

Autor SHA1 Zpráva Datum
  Michael Brown 6d2e4e719c Move uninitialised .data16 variables to .bss16; saves around 2000 před 17 roky
  Michael Brown 833d6cc8ec Add __bss16() macro, and allow use of .bss16 section by removing před 17 roky
  Michael Brown adf192f566 Shrink cpu.c and render it useful for our purposes. před 17 roky
  Michael Brown f660e8ef58 Add strlen_user() (will be needed for PXE API extensions) před 17 roky
  Michael Brown 5e3f2247e0 Kill off lots of warnings in via-velocity.c by correcting these definitions. před 17 roky
  Michael Brown e42eba4af4 Use a common base-memory packet buffer for DHCP construction (as used před 17 roky
  Michael Brown 8130443f9f Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c před 17 roky
  Michael Brown adf6c8e2a6 Add our own trivial version of stdarg.h. This makes our build před 17 roky
  Michael Brown 1ae549b892 Add our own trivial version of stdarg.h. This makes our build před 17 roky
  Michael Brown ff7d0af585 Provide a buffer in base memory for code to fill with generated DHCP data. před 17 roky
  Michael Brown 22ed1fbaf1 Add ability to read serial number from SMBIOS před 17 roky
  Michael Brown 7d9267561b Don't call PXENV_STOP_UNDI in the kpxeprefix. This slighy breaks the před 17 roky
  Michael Brown 2cf1e33df1 Split bootsector execution code out into bootsector.c. před 17 roky
  Michael Brown f59281d8f6 Yet more synonyms that people tend to use. před 17 roky
  Michael Brown ebb00e032c Misread the definition of the type_of_loader field; it should include a před 17 roky
  Michael Brown 5d57cd47a2 Declaring the CPU architecture in the middle of an assembly file is před 17 roky
  Michael Brown bd95927386 Accelerate memcpy() by around 32% on large, dword-aligned copies. před 17 roky
  Michael Brown a5f6408d8e We can now load an initrd as well as a kernel před 17 roky
  Michael Brown b9f99858ab Make the getmemsize() prototype available in memsizes.h, for code that před 17 roky
  Michael Brown 10c9b03cdb Actually, the initrd image should be architecture-independent. před 17 roky
  Michael Brown f92e04dea4 Add dummy "initrd" image format, just so that images can be marked as před 17 roky
  Michael Brown 8a490146bf Copy command line at execution time rather than load time. před 17 roky
  Michael Brown 3ccd7335f0 Split bzimage_load into separate functions před 17 roky
  Michael Brown 784e10635a Can almost start a kernel now. It dies with "No setup signature found" před 17 roky
  Michael Brown b07161f397 Placeholder bzImage support před 17 roky
  Michael Brown 7bc03d37a2 Select a PXE network device before starting PXE NBP. před 17 roky
  Michael Brown 0b0e34e667 Provide {get,set}_fbms() in basemem.h. před 17 roky
  Michael Brown bd863e4112 Add header for pxe_boot() před 17 roky
  Michael Brown 1d313234b3 Rename copy_user() to memcpy_user(). Add memmove_user() and před 17 roky
  Michael Brown 687c1e3227 Nothing (not even hidemem.c) uses this file! před 17 roky
  Michael Brown ddbc60b5ae Whoever put together the grub multiboot.h header is insane. před 17 roky
  Michael Brown 200d92c76d Avoid namespace clashes před 17 roky
  Michael Brown bcc98c78b8 Added fields present in the documentation but not in the header file. před 17 roky
  Michael Brown 9196e9069c Add PHYS_CODE, for use as in __asm__ ( PHYS_CODE ( ... ) ), comparable před 17 roky
  Michael Brown 143e3b84a4 Downloaded from current grub CVS. před 17 roky
  Michael Brown ceca6b185c Added user_to_phys() and memset_user(). před 17 roky
  Michael Brown c980cdd0aa Move memmap.h out of arch/i386; it no longer contains anything před 17 roky
  Michael Brown c6a4055fae Add phys_to_user() and copy_user(). před 17 roky
  Michael Brown fdc97499bf Add device description fields to struct device. před 17 roky
  Michael Brown 6b09dd8244 undipci_probe() has to calculate busdevfn anyway, so we may as well pass před 17 roky
  Michael Brown 937289cdc8 Provide storage for an undi_device structure representing the preloaded před 17 roky
  Michael Brown cea2221737 Use fixed-width fields in struct undi_device, so that pxeprefix.S will be před 17 roky
  Michael Brown 239965ff3b Added missing includes před 17 roky
  Michael Brown 6115356859 Added missing declarations před 17 roky
  Michael Brown aff96c13d2 Added missing include před 17 roky
  Michael Brown afc01a1a7f Split UNDI load/unload out into undiload.c. před 17 roky
  Michael Brown 6fc75f659b Separated out UNDI ROM location code into undirom.c, and use struct před 17 roky
  Michael Brown 675fe200e5 Use "struct undi_device" instead of "struct pxe_device", and use the před 17 roky
  Michael Brown 477a70697a Added PnP BIOS scanning code, separated out from the UNDI driver před 17 roky
  Michael Brown 9780fef360 Partial implementation of UNDI loader caller. před 17 roky