36 Commits (8406115834d38bb743e01f35bfd36e835532415e)

Autor SHA1 Mensaje Fecha
  Michael Brown 8406115834 [build] Rename gPXE to iPXE hace 14 años
  Michael Brown b515977955 [int13] Guard against BIOSes that "fix" the drive count hace 14 años
  Michael Brown 89de3e29e1 [int13] Fix number of sectors returned by INT 13,15 hace 14 años
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations hace 15 años
  Michael Brown b0c818d7b5 [int13] Improve debugging messages hace 15 años
  Laurent Vivier a2686a55c4 [blockdev] Move block device operations to structure block_device_operations hace 15 años
  Michael Brown dc60c24146 [i386] Rename __cdecl to __asmcall hace 15 años
  Michael Brown bb41ec385c [int13] Pairwise swap drive numbers, instead of shifting all drive numbers hace 16 años
  Michael Brown a7eee64506 Added more verbose memory-map debugging. hace 16 años
  Michael Brown 0979e674bb Added more verbose memory-map debugging. hace 16 años
  Michael Brown 01b755704a Auto-assign drive number only if set to 0xff; almost all applications hace 17 años
  Michael Brown a6a1052096 Applied a modified version of holger's regparm patches. hace 17 años
  Michael Brown 09118cd5bf Don't overwrite %dl with a (potentially) modified drive number if we hace 17 años
  Michael Brown a8111e8ab7 Remove INT 13,4b handler; it represents an incomplete feature (CD-ROM hace 17 años
  Michael Brown 0d9d2ccbae Completed definition of struct int13_cdrom_specification, and moved to hace 17 años
  Michael Brown 19871cbb96 We probably ought not to call INT13 with interrupts disabled. hace 17 años
  Michael Brown cd7e296cbe Always increase number of BIOS drives when registering hace 17 años
  Michael Brown b90d321dfb Change %dl fixup rules for INT13: hace 17 años
  Michael Brown c7d9fdb5b9 Proof of concept; works, but has several hard-coded hacks. hace 17 años
  Michael Brown 8bce52d348 Set CF by default, clear on success (rather than clearing and setting hace 17 años
  Michael Brown 2cf1e33df1 Split bootsector execution code out into bootsector.c. hace 17 años
  Michael Brown a2ffe8c123 Allow boot sector to completely destroy real-mode stack, but still hace 17 años
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are hace 17 años
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation hace 17 años
  Michael Brown 0566ab2a2f Added geometry-guessing code based on the partition table hace 17 años
  Michael Brown 40724431e8 Added support for INT 13,15; NTLDR calls it (though it may not hace 18 años
  Michael Brown 19883779ba Use TEXT16_CODE() rather than manually specifying ".code16" etc, since hace 18 años
  Michael Brown 17eea9f933 Fix bug with >256 cylinders. hace 18 años
  Michael Brown 89da833c5d init_librm() and prot_call() are now real-mode far calls. hace 18 años
  Michael Brown 595f161b51 Updated to REAL_CODE(). hace 18 años
  Michael Brown ca2519cea3 Refactored to reduce code size; now down from 1304 to 1105 bytes. hace 18 años
  Michael Brown d48d0fb1bb Add the concept of a "user pointer" (similar to the void __user * in hace 18 años
  Michael Brown 295e11b2b0 Add INT 13,41 (extensions installation check). LILO's MBR now uses hace 18 años
  Michael Brown 29fb77b0a4 Fix a couple of minor typos. hace 18 años
  Michael Brown 6e42cb95bd Also capture INT 19 as a failure path, to allow for boot sectors that hace 18 años
  Michael Brown 4435667a00 Add int13_boot(), to allow booting from INT 13 emulated drives. hace 18 años
  Michael Brown d2c22ec9bb Add INT 13 emulation layer (which provides an interface to gPXE block hace 18 años