57 次程式碼提交 (8406115834d38bb743e01f35bfd36e835532415e)

作者 SHA1 備註 提交日期
  Michael Brown 8406115834 [build] Rename gPXE to iPXE 14 年之前
  Stefan Hajnoczi 37883e99fd [sanboot] Prevent leaking a stack reference for "keep-san" AoE 14 年之前
  Michael Brown b515977955 [int13] Guard against BIOSes that "fix" the drive count 14 年之前
  Michael Brown 89de3e29e1 [int13] Fix number of sectors returned by INT 13,15 14 年之前
  Michael Brown 5bee2a2991 [autoboot] Ensure that an error message is always printed for a boot failure 14 年之前
  Michael Brown be670840c7 [sanboot] Extend the "keep-san" option to non-iSCSI SAN protocols 14 年之前
  Michael Brown 45044acea7 [iscsi] Use the "Ethernet-compatible" MAC address in the iBFT 14 年之前
  Michael Brown d000c6b8c7 [iscsi] Fix printing of non-existent strings in iBFT debug messages 14 年之前
  Michael Brown e5f14e5a32 [infiniband] Add support for the SRP Boot Firmware Table 15 年之前
  Michael Brown 0c30dc6bc5 [infiniband] Add support for SRP over Infiniband 15 年之前
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations 15 年之前
  Michael Brown b0c818d7b5 [int13] Improve debugging messages 15 年之前
  Michael Brown 4dd746a725 [iscsi] Include credentials in iBFT only if used during iSCSI login 15 年之前
  Michael Brown 46da51703a [umalloc] Avoid problems when _textdata_memsz is a multiple of 4kB 15 年之前
  Michael Brown 29480dd715 [efi] Use EFI-native mechanism for accessing SMBIOS table 15 年之前
  Michael Brown e78bcb6175 [netdevice] Kill off the various guess_boot_netdev() functions 15 年之前
  Laurent Vivier a2686a55c4 [blockdev] Move block device operations to structure block_device_operations 15 年之前
  Michael Brown d9b3d09910 [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbios 15 年之前
  Michael Brown dc60c24146 [i386] Rename __cdecl to __asmcall 15 年之前
  Michael Brown 0a8a17e669 [i386] Free allocated base memory on exit, if possible 15 年之前
  Michael Brown 831e4cfc27 [umalloc] Formalise the user memory allocation API 15 年之前
  Michael Brown c0835339d0 [nap] Formalise the CPU sleeping API 15 年之前
  Michael Brown 16f1e35775 [timer] Formalise the timer API 15 年之前
  Michael Brown 8a4ccebec9 [pci] Formalise the PCI I/O API 15 年之前
  Michael Brown bb41ec385c [int13] Pairwise swap drive numbers, instead of shifting all drive numbers 16 年之前
  Michael Brown a7eee64506 Added more verbose memory-map debugging. 16 年之前
  Michael Brown 0979e674bb Added more verbose memory-map debugging. 16 年之前
  Michael Brown 01b755704a Auto-assign drive number only if set to 0xff; almost all applications 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 2cf1e33df1 Split bootsector execution code out into bootsector.c. 17 年之前
  Michael Brown a2ffe8c123 Allow boot sector to completely destroy real-mode stack, but still 17 年之前
  Michael Brown a6ba48e51e Added debugging statements 17 年之前
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are 17 年之前
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation 17 年之前
  Michael Brown 0566ab2a2f Added geometry-guessing code based on the partition table 17 年之前
  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 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 年之前
  Michael Brown ca2519cea3 Refactored to reduce code size; now down from 1304 to 1105 bytes. 18 年之前