You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Brown f58f193633 Engage brain: since when was zero >= 0x80 ? 17 years ago
..
basemem.c get rid of compile warnings (except intentionally generated ones) 18 years ago
bios.c Updated to REAL_CODE() 18 years ago
bios_console.c Engage brain: since when was zero >= 0x80 ? 17 years ago
e820mangler.S Check to see if we've reached the end of the map before attempting to skip past an empty region, otherwise we end up generating an infinitely long e820 map. (Yes, there *are* real systems that provide e820 maps with a zero-length region at the end...) 18 years ago
gateA20.c Avoid draining the keyboard buffer during gateA20_set(). It shouldn't technically be necessary, because the "enable A20" command requires only that the keyboard controller is ready to accept input (i.e. that its input buffer is empty), and shouldn't also require that the keyboard is ready to send output (i.e. that its output buffer is also empty). See http://www.smsc.com/main/tools/io-bios/42i.pdf section 3.1 ("Command Invocation") for a justification. 17 years ago
hidemem.c We don't actually have a stdio.h header file. Our printf() functions are defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) 18 years ago
memmap.c We don't actually have a stdio.h header file. Our printf() functions are defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) 18 years ago