201 Комити (3085f03ad4b5706572712300acadfa3a4b1ed78b)

Аутор SHA1 Порука Датум
  Michael Brown 77a65075a6 Replaced memsizes.c with smaller memmap.c, taking advantage of __data16, пре 18 година
  Michael Brown 5e80847827 Code to install the new E820 mangler (which doesn't require copying пре 18 година
  Michael Brown 897313007b Add __{text,data}16_array, since there's no way I can see to make the пре 18 година
  Michael Brown 5ec2b2c251 Cope with regions bigger than 4GB. пре 18 година
  Michael Brown ca2519cea3 Refactored to reduce code size; now down from 1304 to 1105 bytes. пре 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 15ee09ed10 Restructured PCI subsystem to fit the new device model. пре 18 година
  Michael Brown fcdab6299c Missed a reference to heap.h. пре 18 година
  Michael Brown 295e11b2b0 Add INT 13,41 (extensions installation check). LILO's MBR now uses пре 18 година
  Michael Brown 29fb77b0a4 Fix a couple of minor typos. пре 18 година
  Michael Brown 6e42cb95bd Also capture INT 19 as a failure path, to allow for boot sectors that пре 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 63499e9cfd Allow re-entrancy and provide a global counter of the number of пре 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 1838b58c3f Add drivers/block and arch/i386/interface/pcbios пре 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 fdb983d473 Preserve the whole of %esp across prot_call(). We have to split this пре 18 година
  Michael Brown f8e087767b Allow access to variables in .text16 as well as .data16. Chained пре 18 година
  Michael Brown c10d1aa9d7 Preserve GDT across prot_call(). пре 18 година
  Michael Brown dcc1b0054e This line should not have been checked in пре 18 година
  Michael Brown 832807726a Add infrastructure to support access to .data16 (and .text16) variables пре 18 година
  Michael Brown f4429533a6 Added methods for efficiently declaring and accessing variables in пре 18 година
  Michael Brown f8f75cef5b BSS is now zeroed by libprefix (along with the otherwise non-zeroable пре 18 година
  Michael Brown cc23057b59 Typo пре 18 година
  Michael Brown 10c28a51bd Create two easy-to-use entry points in libprefix: install and пре 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 8f62b39c03 Move stack out to separate object, so that having a stack doesn't drag in пре 18 година
  Michael Brown 5463169c1a Verified as working пре 18 година
  Michael Brown d081d65d48 This should be much more elegant: we use flat real mode for the пре 18 година
  Michael Brown cc8821a443 Checking in because I don't want to lose this rather neat code for пре 18 година
  Michael Brown 9c9208a132 Put the TCP connection periodic processing in tcp.c, where it belongs. пре 18 година
  Michael Brown 352bf1bda2 Move init.h to gpxe/init.h. пре 18 година
  Michael Brown d8e99bf28f Gave up on adding POSIX errno's as required, and just added (almost) all пре 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 4c4e4de18f (librm_base-1b) is already an offset; no need to apply OFFSET(). пре 18 година
  Michael Brown 824d6ffa7f Header rearrangement. пре 18 година