41 Commits (a6a1052096c72660a24fead2e1e7d580ea4f8bc2)

Autor SHA1 Nachricht Datum
  Michael Brown a6a1052096 Applied a modified version of holger's regparm patches. vor 17 Jahren
  Michael Brown 09118cd5bf Don't overwrite %dl with a (potentially) modified drive number if we vor 17 Jahren
  Michael Brown a8111e8ab7 Remove INT 13,4b handler; it represents an incomplete feature (CD-ROM vor 17 Jahren
  Michael Brown 0d9d2ccbae Completed definition of struct int13_cdrom_specification, and moved to vor 17 Jahren
  Michael Brown fb16f90699 Dump first 64 bytes of chained ISR when debugging is enabled. vor 17 Jahren
  Michael Brown 19871cbb96 We probably ought not to call INT13 with interrupts disabled. vor 17 Jahren
  Michael Brown cd7e296cbe Always increase number of BIOS drives when registering vor 17 Jahren
  Michael Brown b90d321dfb Change %dl fixup rules for INT13: vor 17 Jahren
  Michael Brown c7d9fdb5b9 Proof of concept; works, but has several hard-coded hacks. vor 17 Jahren
  Michael Brown 8bce52d348 Set CF by default, clear on success (rather than clearing and setting vor 17 Jahren
  Michael Brown dca470cb21 Add (untested) UNDI loader C-level implementation. vor 17 Jahren
  Michael Brown 8130443f9f Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c vor 17 Jahren
  Michael Brown 2cf1e33df1 Split bootsector execution code out into bootsector.c. vor 17 Jahren
  Michael Brown 7bc03d37a2 Select a PXE network device before starting PXE NBP. vor 17 Jahren
  Michael Brown bd863e4112 Add header for pxe_boot() vor 17 Jahren
  Michael Brown a2ffe8c123 Allow boot sector to completely destroy real-mode stack, but still vor 17 Jahren
  Michael Brown a6ba48e51e Added debugging statements vor 17 Jahren
  Michael Brown 8a45f619a9 Fix building on gas versions that don't auto-insert addr32 prefixes vor 17 Jahren
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are vor 18 Jahren
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation vor 18 Jahren
  Michael Brown 0566ab2a2f Added geometry-guessing code based on the partition table vor 18 Jahren
  Michael Brown 40724431e8 Added support for INT 13,15; NTLDR calls it (though it may not vor 18 Jahren
  Michael Brown 19883779ba Use TEXT16_CODE() rather than manually specifying ".code16" etc, since vor 18 Jahren
  Michael Brown 4afc494b83 Both the !PXE and PXENV+ structures must be paragraph-aligned vor 18 Jahren
  Michael Brown fd07f56f0d Note to self: learn to count. vor 18 Jahren
  Michael Brown 843bcc291d Added missing __from_text16()s when passing pointers to PXE NBP. vor 18 Jahren
  Michael Brown 751ae718bd pxe_int_1a is needed by pxe_call.c vor 18 Jahren
  Michael Brown 18c112d205 Added (not yet tested) PXE API entry point and support functions. vor 18 Jahren
  Michael Brown a0a872f7f1 Updated PXE UDP implementation to use the new Etherboot UDP API. vor 18 Jahren
  Michael Brown 17eea9f933 Fix bug with >256 cylinders. vor 18 Jahren
  Michael Brown 89da833c5d init_librm() and prot_call() are now real-mode far calls. vor 18 Jahren
  Michael Brown 595f161b51 Updated to REAL_CODE(). vor 18 Jahren
  Michael Brown ca2519cea3 Refactored to reduce code size; now down from 1304 to 1105 bytes. vor 18 Jahren
  Michael Brown d48d0fb1bb Add the concept of a "user pointer" (similar to the void __user * in vor 18 Jahren
  Michael Brown 295e11b2b0 Add INT 13,41 (extensions installation check). LILO's MBR now uses vor 18 Jahren
  Michael Brown 29fb77b0a4 Fix a couple of minor typos. vor 18 Jahren
  Michael Brown 6e42cb95bd Also capture INT 19 as a failure path, to allow for boot sectors that vor 18 Jahren
  Michael Brown 4435667a00 Add int13_boot(), to allow booting from INT 13 emulated drives. vor 18 Jahren
  Michael Brown 63499e9cfd Allow re-entrancy and provide a global counter of the number of vor 18 Jahren
  Michael Brown d2c22ec9bb Add INT 13 emulation layer (which provides an interface to gPXE block vor 18 Jahren
  Michael Brown 847f38f4ac (Redoing check-in lost by SourceForge's failure.) vor 18 Jahren