58 커밋 (22979c511eaf9b36c7ed5efee05242c9d482ca6e)

작성자 SHA1 메시지 날짜
  Michael Brown 81d92c6d34 [efi] Add EFI image format and basic runtime environment 16 년 전
  Michael Brown 831e4cfc27 [umalloc] Formalise the user memory allocation API 16 년 전
  Michael Brown c0835339d0 [nap] Formalise the CPU sleeping API 16 년 전
  Michael Brown 16f1e35775 [timer] Formalise the timer API 16 년 전
  Michael Brown 8a4ccebec9 [pci] Formalise the PCI I/O API 16 년 전
  Michael Brown 13d09e6719 [i386] Simplify linker script and standardise linker-defined symbol names 16 년 전
  Michael Brown fed106b7fb [pxe] Enable interrupts before starting PXE NBP execution 16 년 전
  Michael Brown c0beec8baf [pxe] Add a dummy PXENV+ entry point at UNDI_CS:0000 16 년 전
  Daniel Verkamp e8b22f203f [comboot] Add COMBOOT and COM32 support 16 년 전
  Michael Brown fc0c40a5b0 [pxe] Fill in UNDIROMID pointer in !PXE structure 16 년 전
  Michael Brown bb41ec385c [int13] Pairwise swap drive numbers, instead of shifting all drive numbers 16 년 전
  Michael Brown 4fbbf651d7 [i386] Change semantics of __from_data16 and __from_text16 16 년 전
  H. Peter Anvin d62e89d776 [PXEXT] Add FILE_API_CHECK API function 16 년 전
  Michael Brown b62f2325ba [PXEXT] Add PXENV_FILE_EXEC call to PXE extensions API. 16 년 전
  Michael Brown a7eee64506 Added more verbose memory-map debugging. 17 년 전
  Michael Brown 0979e674bb Added more verbose memory-map debugging. 17 년 전
  Michael Brown 01b755704a Auto-assign drive number only if set to 0xff; almost all applications 17 년 전
  Michael Brown 950057eeed Add PXE FILE API. 17 년 전
  Michael Brown a6a1052096 Applied a modified version of holger's regparm patches. 17 년 전
  Michael Brown 09118cd5bf Don't overwrite %dl with a (potentially) modified drive number if we 17 년 전
  Michael Brown a8111e8ab7 Remove INT 13,4b handler; it represents an incomplete feature (CD-ROM 17 년 전
  Michael Brown 0d9d2ccbae Completed definition of struct int13_cdrom_specification, and moved to 17 년 전
  Michael Brown fb16f90699 Dump first 64 bytes of chained ISR when debugging is enabled. 17 년 전
  Michael Brown 19871cbb96 We probably ought not to call INT13 with interrupts disabled. 17 년 전
  Michael Brown cd7e296cbe Always increase number of BIOS drives when registering 17 년 전
  Michael Brown b90d321dfb Change %dl fixup rules for INT13: 17 년 전
  Michael Brown c7d9fdb5b9 Proof of concept; works, but has several hard-coded hacks. 17 년 전
  Michael Brown 8bce52d348 Set CF by default, clear on success (rather than clearing and setting 17 년 전
  Michael Brown dca470cb21 Add (untested) UNDI loader C-level implementation. 17 년 전
  Michael Brown 8130443f9f Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c 17 년 전
  Michael Brown 2cf1e33df1 Split bootsector execution code out into bootsector.c. 18 년 전
  Michael Brown 7bc03d37a2 Select a PXE network device before starting PXE NBP. 18 년 전
  Michael Brown bd863e4112 Add header for pxe_boot() 18 년 전
  Michael Brown a2ffe8c123 Allow boot sector to completely destroy real-mode stack, but still 18 년 전
  Michael Brown a6ba48e51e Added debugging statements 18 년 전
  Michael Brown 8a45f619a9 Fix building on gas versions that don't auto-insert addr32 prefixes 18 년 전
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are 18 년 전
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation 18 년 전
  Michael Brown 0566ab2a2f Added geometry-guessing code based on the partition table 18 년 전
  Michael Brown 40724431e8 Added support for INT 13,15; NTLDR calls it (though it may not 18 년 전
  Michael Brown 19883779ba Use TEXT16_CODE() rather than manually specifying ".code16" etc, since 18 년 전
  Michael Brown 4afc494b83 Both the !PXE and PXENV+ structures must be paragraph-aligned 18 년 전
  Michael Brown fd07f56f0d Note to self: learn to count. 18 년 전
  Michael Brown 843bcc291d Added missing __from_text16()s when passing pointers to PXE NBP. 18 년 전
  Michael Brown 751ae718bd pxe_int_1a is needed by pxe_call.c 18 년 전
  Michael Brown 18c112d205 Added (not yet tested) PXE API entry point and support functions. 18 년 전
  Michael Brown a0a872f7f1 Updated PXE UDP implementation to use the new Etherboot UDP API. 18 년 전
  Michael Brown 17eea9f933 Fix bug with >256 cylinders. 18 년 전
  Michael Brown 89da833c5d init_librm() and prot_call() are now real-mode far calls. 18 년 전
  Michael Brown 595f161b51 Updated to REAL_CODE(). 18 년 전