120 Révisions (acd598b4f93473f1792686a8ab691c88f1d4d8e5)

Auteur SHA1 Message Date
  Michael Brown ff7d0af585 Provide a buffer in base memory for code to fill with generated DHCP data. il y a 17 ans
  Michael Brown 22ed1fbaf1 Add ability to read serial number from SMBIOS il y a 17 ans
  Michael Brown 7d9267561b Don't call PXENV_STOP_UNDI in the kpxeprefix. This slighy breaks the il y a 17 ans
  Michael Brown 2cf1e33df1 Split bootsector execution code out into bootsector.c. il y a 17 ans
  Michael Brown f59281d8f6 Yet more synonyms that people tend to use. il y a 17 ans
  Michael Brown ebb00e032c Misread the definition of the type_of_loader field; it should include a il y a 17 ans
  Michael Brown 5d57cd47a2 Declaring the CPU architecture in the middle of an assembly file is il y a 17 ans
  Michael Brown bd95927386 Accelerate memcpy() by around 32% on large, dword-aligned copies. il y a 17 ans
  Michael Brown a5f6408d8e We can now load an initrd as well as a kernel il y a 17 ans
  Michael Brown b9f99858ab Make the getmemsize() prototype available in memsizes.h, for code that il y a 17 ans
  Michael Brown 10c9b03cdb Actually, the initrd image should be architecture-independent. il y a 17 ans
  Michael Brown f92e04dea4 Add dummy "initrd" image format, just so that images can be marked as il y a 17 ans
  Michael Brown 8a490146bf Copy command line at execution time rather than load time. il y a 17 ans
  Michael Brown 3ccd7335f0 Split bzimage_load into separate functions il y a 17 ans
  Michael Brown 784e10635a Can almost start a kernel now. It dies with "No setup signature found" il y a 17 ans
  Michael Brown b07161f397 Placeholder bzImage support il y a 17 ans
  Michael Brown 7bc03d37a2 Select a PXE network device before starting PXE NBP. il y a 17 ans
  Michael Brown 0b0e34e667 Provide {get,set}_fbms() in basemem.h. il y a 17 ans
  Michael Brown bd863e4112 Add header for pxe_boot() il y a 17 ans
  Michael Brown 1d313234b3 Rename copy_user() to memcpy_user(). Add memmove_user() and il y a 17 ans
  Michael Brown 687c1e3227 Nothing (not even hidemem.c) uses this file! il y a 17 ans
  Michael Brown ddbc60b5ae Whoever put together the grub multiboot.h header is insane. il y a 17 ans
  Michael Brown 200d92c76d Avoid namespace clashes il y a 17 ans
  Michael Brown bcc98c78b8 Added fields present in the documentation but not in the header file. il y a 17 ans
  Michael Brown 9196e9069c Add PHYS_CODE, for use as in __asm__ ( PHYS_CODE ( ... ) ), comparable il y a 17 ans
  Michael Brown 143e3b84a4 Downloaded from current grub CVS. il y a 17 ans
  Michael Brown ceca6b185c Added user_to_phys() and memset_user(). il y a 17 ans
  Michael Brown c980cdd0aa Move memmap.h out of arch/i386; it no longer contains anything il y a 17 ans
  Michael Brown c6a4055fae Add phys_to_user() and copy_user(). il y a 17 ans
  Michael Brown fdc97499bf Add device description fields to struct device. il y a 17 ans
  Michael Brown 6b09dd8244 undipci_probe() has to calculate busdevfn anyway, so we may as well pass il y a 17 ans
  Michael Brown 937289cdc8 Provide storage for an undi_device structure representing the preloaded il y a 17 ans
  Michael Brown cea2221737 Use fixed-width fields in struct undi_device, so that pxeprefix.S will be il y a 17 ans
  Michael Brown 239965ff3b Added missing includes il y a 17 ans
  Michael Brown 6115356859 Added missing declarations il y a 17 ans
  Michael Brown aff96c13d2 Added missing include il y a 17 ans
  Michael Brown afc01a1a7f Split UNDI load/unload out into undiload.c. il y a 17 ans
  Michael Brown 6fc75f659b Separated out UNDI ROM location code into undirom.c, and use struct il y a 17 ans
  Michael Brown 675fe200e5 Use "struct undi_device" instead of "struct pxe_device", and use the il y a 17 ans
  Michael Brown 477a70697a Added PnP BIOS scanning code, separated out from the UNDI driver il y a 17 ans
  Michael Brown 9780fef360 Partial implementation of UNDI loader caller. il y a 17 ans
  Michael Brown 70acce06e4 This file is no longer used il y a 17 ans
  Michael Brown b12cd68726 Ripped out everything except the ability to send EOI to the PIC. il y a 17 ans
  Michael Brown 0566ab2a2f Added geometry-guessing code based on the partition table il y a 18 ans
  Michael Brown 5a54225aef Added support for INT 13,15; NTLDR calls it (though it may not il y a 18 ans
  Michael Brown 6abfaa153b Towards making KEEP_IT_REAL work again. il y a 18 ans
  Michael Brown 6fd1bd0510 Added missing check-in il y a 18 ans
  Michael Brown fdf62528ca It's astonishing how long really fundamental bugs can survive without il y a 18 ans
  Michael Brown 191a906338 Fix some remarkably obvious mistakes in pcidirect.h il y a 18 ans
  Michael Brown e4f8d6eed7 Add a "count" field to struct memory_map. il y a 18 ans