75 커밋 (18a84f4f1a93c8d5939dc643a1d071da541ecd59)

작성자 SHA1 메시지 날짜
  Michael Brown 5a54225aef Added support for INT 13,15; NTLDR calls it (though it may not 18 년 전
  Michael Brown 6abfaa153b Towards making KEEP_IT_REAL work again. 18 년 전
  Michael Brown 6fd1bd0510 Added missing check-in 18 년 전
  Michael Brown fdf62528ca It's astonishing how long really fundamental bugs can survive without 18 년 전
  Michael Brown 191a906338 Fix some remarkably obvious mistakes in pcidirect.h 18 년 전
  Michael Brown e4f8d6eed7 Add a "count" field to struct memory_map. 18 년 전
  Michael Brown 986f6ffff1 Define a struct memory_map with a fixed number of entries, rather than 18 년 전
  Michael Brown edcf89e2b0 Remove the automatic segment register save and restore; most users of 18 년 전
  Michael Brown 02cf755f3f Removed REAL_EXEC(); there is no longer any code using it. 18 년 전
  Michael Brown 103aff3ae2 Added potentially required "\n\t" on the end of asm_code_str 18 년 전
  Michael Brown 7a53d07027 Split out REAL_CODE() from REAL_EXEC(), preparatory to removing REAL_EXEC 18 년 전
  Michael Brown 83d80d9e79 Remove references to obsoleted REAL_CALL from documentation. 18 년 전
  Michael Brown 3b525385af Removed REAL_FRAGMENT and REAL_CALL, and left just REAL_EXEC (which is 18 년 전
  Michael Brown 77a65075a6 Replaced memsizes.c with smaller memmap.c, taking advantage of __data16, 18 년 전
  Michael Brown 897313007b Add __{text,data}16_array, since there's no way I can see to make the 18 년 전
  Michael Brown d48d0fb1bb Add the concept of a "user pointer" (similar to the void __user * in 18 년 전
  Michael Brown 0ab92faedb Use typeof(sizeof(...)) to define a size_t. This stops gcc complaining 18 년 전
  Michael Brown 6b6096d28b Strip down i386 PCI configuration space I/O to the bare minimum. A 18 년 전
  Michael Brown 295e11b2b0 Add INT 13,41 (extensions installation check). LILO's MBR now uses 18 년 전
  Michael Brown 4435667a00 Add int13_boot(), to allow booting from INT 13 emulated drives. 18 년 전
  Michael Brown b4f941b257 Specify attributes on .text16. 18 년 전
  Michael Brown 2421723a15 Rewrote printf and friends to better support standard C semantics. 18 년 전
  Michael Brown 5080668704 Provide access to rm_cs and rm_ds from protected-mode code. 18 년 전
  Michael Brown dc8d429ec6 Provide a global counter for the number of interrupts hooked. 18 년 전
  Michael Brown d822b3d4cd Define BIOS data segment in bios.h 18 년 전
  Michael Brown a27defa483 Add flag definitions. 18 년 전
  Michael Brown d2c22ec9bb Add INT 13 emulation layer (which provides an interface to gPXE block 18 년 전
  Michael Brown 1ad72e0e79 Add 64-bit byte-swapping operations. 18 년 전
  Michael Brown 568cad0ddc (Redoing check-in lost by SourceForge's failure.) 18 년 전
  Michael Brown 847f38f4ac (Redoing check-in lost by SourceForge's failure.) 18 년 전
  Michael Brown f7b963da51 (Redoing check-in lost by SourceForge's failure.) 18 년 전
  Michael Brown 97d265f8dc (Redoing check-in lost by SourceForge's failure.) 18 년 전
  Michael Brown f8e087767b Allow access to variables in .text16 as well as .data16. Chained 18 년 전
  Michael Brown f4429533a6 Added methods for efficiently declaring and accessing variables in 18 년 전
  Michael Brown 9e1dd6402d <name>_size variable is no longer needed, since we don't copy the code. 18 년 전
  Michael Brown 9fcded3d23 Towards a(nother) new real-mode infrastructure, in which we take 18 년 전
  Michael Brown 9c9208a132 Put the TCP connection periodic processing in tcp.c, where it belongs. 18 년 전
  Michael Brown 7a82c3eca3 Added missing ssize_t 18 년 전
  Michael Brown 832e86246b gcc is rather over-aggressive about optimising out static data structures 18 년 전
  Michael Brown 824d6ffa7f Header rearrangement. 18 년 전
  Michael Brown 510ccb2900 Added __constant_memcpy() based on version in Linux's string.h. 18 년 전
  Michael Brown 7b423c0988 Fixes for gcc >= 3.2 from Georg Baum 19 년 전
  Michael Brown 809933d9f7 Split PXE code into preboot, udp, tftp, undi and loader units. 19 년 전
  Michael Brown 8becf0f65f Rearranging PXE header files 19 년 전
  Michael Brown d3dec7c331 Update to cope with changes in registers.h 19 년 전
  Michael Brown 5231b858c9 Don't use anonymous entries in a struct; it seems to aggravate gcc 3.4.3. 19 년 전
  Michael Brown d0c9183903 Doxygenation 19 년 전
  Michael Brown dd475a9b8c Add a const to avoid a warning 19 년 전
  Michael Brown 9c832a6a69 First version 19 년 전
  Michael Brown 479fb900a1 Added copy_phys_to_phys 19 년 전