1. 4ebc0b7 Consistently disable irqs at start of each assembler entry point. by Kevin O'Connor · 15 years ago
  2. 9caf786 Save/restore %ebp in __call16 instead of in caller (call16). by Kevin O'Connor · 15 years ago
  3. 94fd47e Minor - change checksum functions to take a (void *). by Kevin O'Connor · 15 years ago
  4. 5ca4b95 Allow ctrl+alt+delete to work when no boot device found. by Kevin O'Connor · 15 years ago
  5. 71f036d Simplify boot code. by Kevin O'Connor · 15 years ago
  6. 9f4e1d9 Reorganize boot code. by Kevin O'Connor · 15 years ago
  7. 273e8ae Minor - call16 should not assume %cs==SEG_BIOS. by Kevin O'Connor · 15 years ago
  8. 8b267cb Implement memcpy_far and checksum_far, and replace _fl variants. by Kevin O'Connor · 15 years ago
  9. 35ae726 Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR. by Kevin O'Connor · 15 years ago
  10. faab1b3 Minor - always set %esp immediately after setting %ss. by Kevin O'Connor · 15 years ago
  11. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 15 years ago
  12. a83ff55 Reduce stack usage of hw irq handlers. by Kevin O'Connor · 15 years ago
  13. 7f34309 Switch to new stack when calling ATA function in 16bit mode. by Kevin O'Connor · 15 years ago
  14. 6e5b4a4 Call option roms in "big real mode". by Kevin O'Connor · 15 years ago
  15. 18b927e Rename memcpy() to memcpy_far() and add regular memcpy() code. by Kevin O'Connor · 15 years ago
  16. 7ab798f Always define macro MODE16 - that way it can be used in C conditionals. by Kevin O'Connor · 15 years ago
  17. a68aeaf Improve debugging output. by Kevin O'Connor · 15 years ago
  18. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  19. c781293 Enhance e820 memory map generation. by Kevin O'Connor · 15 years ago
  20. db9e65e Introduce set_fail_silent() helpers. by Kevin O'Connor · 15 years ago
  21. 5be0490 Implement usleep using real time clock. by Kevin O'Connor · 15 years ago
  22. 5e4235f Memset should return 'void *' - just to conform to standards. by Kevin O'Connor · 15 years ago
  23. e0113c9 Forward port new boot menu features from bochs bios. by Kevin O'Connor · 15 years ago
  24. 567e4e3 Make several functions non-inline. by Kevin O'Connor · 15 years ago
  25. 2e7ab8b Unify checksum functions. by Kevin O'Connor · 15 years ago
  26. a4d3576 Port rombios32 code from bochs-bios. by Kevin O'Connor · 16 years ago