1. aa7ddd7 Limit cdrom emulation available functions. by Kevin O'Connor · 16 years ago
  2. f04d5c7 Remove redundant debug statements from disk.c. by Kevin O'Connor · 16 years ago
  3. aa2590c Cleanup cdrom emulation. by Kevin O'Connor · 16 years ago
  4. 070231b Use "FARPTR" consistently in macros. by Kevin O'Connor · 16 years ago
  5. fad2da8 Fix disk_1301 handler. by Kevin O'Connor · 16 years ago
  6. dfa1650 Breakout cdrom emulation support into CONFIG_CDROM_EMU. by Kevin O'Connor · 16 years ago
  7. faa8b6f Guard header file pci.h by Kevin O'Connor · 16 years ago
  8. 7913f9d Minor change - use set_success() instead of set_cf in pcibios.c. by Kevin O'Connor · 16 years ago
  9. 7958de3 Make sure we zero bss before calling rombios32 code. by Kevin O'Connor · 16 years ago
  10. a0dc296 Basic support for PCI BIOS. by Kevin O'Connor · 16 years ago
  11. c38e480 Minor cleanups. by Kevin O'Connor · 16 years ago
  12. 68296e8 Fix bug in apm32protected_entry. by Kevin O'Connor · 16 years ago
  13. aafa657 Split up ata_detect() function. by Kevin O'Connor · 16 years ago
  14. 049d5a2 Use LBA disk access methods always; don't use CHS methods. by Kevin O'Connor · 16 years ago
  15. 2018eff Move keyboard setup to kbd.c. by Kevin O'Connor · 16 years ago
  16. e51313d Update interger types in rombios32 code. by Kevin O'Connor · 16 years ago
  17. 63ccc13 Move ata_detect call to 32bit code. by Kevin O'Connor · 16 years ago
  18. 74799df Move irq_enable/disable out of ata.c by Kevin O'Connor · 16 years ago
  19. efde609 Use 32bit absolute pointers for buffers in ATA code. by Kevin O'Connor · 16 years ago
  20. 28fe1bd Add FIELD_SIZEOF macro to types.h by Kevin O'Connor · 16 years ago
  21. e906149 Use SET_BDA and GET_BDA to modify and retrieve BDA fields (post.c) by Kevin O'Connor · 16 years ago
  22. ceb5f3f Clear area changed during shadow enable. by Kevin O'Connor · 16 years ago
  23. 1d01951 Don't pass in ebp/esp to irq handlers. by Kevin O'Connor · 16 years ago
  24. 7a558e4 Don't save/restore flags and ebp on external calls - saves on stack space. by Kevin O'Connor · 16 years ago
  25. 64c718d use PACKED for bregs declaration by Kevin O'Connor · 16 years ago
  26. 86bbda0 Ignore out/ directory. by Kevin O'Connor · 16 years ago
  27. 1fcf144 Reorganize ata code; reduce stack usage. by Kevin O'Connor · 16 years ago
  28. a69bc3a Fix bug in atapi_get_sense. by Kevin O'Connor · 16 years ago
  29. 83b5640 Halt machine on call to BX_PANIC. by Kevin O'Connor · 16 years ago
  30. bc28a2b Force functions marked as inline to always be inlined. by Kevin O'Connor · 16 years ago
  31. 3a04963 Unify ata_cmd_data_in/out functions. by Kevin O'Connor · 16 years ago
  32. ed12849 Reduce stack usage for ISRs; minor fixes. by Kevin O'Connor · 16 years ago
  33. 2cdd8b6 Call to int 1587 shouldn't alter regs->cx. by Kevin O'Connor · 16 years ago
  34. f205f9f Minor debugging improvements. by Kevin O'Connor · 16 years ago
  35. 67c00dd Fix bug in int 1587. by Kevin O'Connor · 16 years ago
  36. 7af49bf Fix booting logic on failure. by Kevin O'Connor · 16 years ago
  37. a20c4a5 Fix bug in cdrom reads causing incorrect return status. by Kevin O'Connor · 16 years ago
  38. 157e213 Make sure global variables are zerod before exiting bios post. by Kevin O'Connor · 16 years ago
  39. 983d619 Simplify e820 map generation. by Kevin O'Connor · 16 years ago
  40. 6c78122 Replace debug_exit calls with debug info while setting a failure. by Kevin O'Connor · 16 years ago
  41. 5a869f0 Add build option -fomit-frame-pointer. by Kevin O'Connor · 16 years ago
  42. 16375ab Fix bug in SET_FARVAR. by Kevin O'Connor · 16 years ago
  43. 843a62c Optimize insb/outsb/insw/etc. functions. by Kevin O'Connor · 16 years ago
  44. dcc7a4f Minor cleanups. by Kevin O'Connor · 16 years ago
  45. 5b15fbf Fix bug in ata.c by Kevin O'Connor · 16 years ago
  46. a4d3576 Port rombios32 code from bochs-bios. by Kevin O'Connor · 16 years ago
  47. a9096f4 Minor hack - allow formats with 'l' to be shown in printf. by Kevin O'Connor · 16 years ago
  48. ef5789e Revert "Commit missing files from last commit." by Kevin O'Connor · 16 years ago
  49. 47baa3c Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS." by Kevin O'Connor · 16 years ago
  50. cbbb667 Make sure to restore %ds on return from call16. by Kevin O'Connor · 16 years ago
  51. 9bd8391 Minor cleanup - move init of bda->equipment_list_flags by Kevin O'Connor · 16 years ago
  52. c77ee3a Fix keyboard init bug. by Kevin O'Connor · 16 years ago
  53. 44d6530 Enhance APM support. by Kevin O'Connor · 16 years ago
  54. 127cbd7 Clean up disk debugging messages. by Kevin O'Connor · 16 years ago
  55. e2e5f01 use symbols for E820 memory types by Kevin O'Connor · 16 years ago
  56. e09b982 Use symbols for cmos offsets in ram_probe() by Kevin O'Connor · 16 years ago
  57. 1978676 Rename VISIBLE macro for better control. by Kevin O'Connor · 16 years ago
  58. a75284d Commit missing files from last commit. by Kevin O'Connor · 16 years ago
  59. 3d02941 This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS. by Kevin O'Connor · 16 years ago
  60. 95b2f78 Add initial support for apmbios code. by Kevin O'Connor · 16 years ago
  61. 180a959 Get CDROM emulation working. by Kevin O'Connor · 16 years ago
  62. 7d0f08a Ignore precision specifiers in printf code. by Kevin O'Connor · 16 years ago
  63. 31d8c8a Move cdrom code to its own file (cdrom.c). by Kevin O'Connor · 16 years ago
  64. 941d3e4 Initial cd emulation code. by Kevin O'Connor · 16 years ago
  65. b74102d Initial cdrom support. by Kevin O'Connor · 16 years ago
  66. 078c13e Ubuntu workaround found; update TODO. by Kevin O'Connor · 16 years ago
  67. 96aa5e9 Don't pass segment to ata_cmd_packet. by Kevin O'Connor · 16 years ago
  68. 6eee8ca types.h & ata.h by Kevin O'Connor · 16 years ago
  69. d111833 Add new item to TODO. by Kevin O'Connor · 16 years ago
  70. ad4ec34 Cleanup start logic in post. by Kevin O'Connor · 16 years ago
  71. acad0a6 use symbols for segment numbers by Kevin O'Connor · 16 years ago
  72. 410680b Apply workaround to allow compiling under Ubuntu. by Kevin O'Connor · 16 years ago
  73. c65a380 Bug fixes; get mouse working. by Kevin O'Connor · 16 years ago
  74. 44c631d Enhance included bios tables. by Kevin O'Connor · 16 years ago
  75. 8ce2cd8 Minor cleanup of util.h by Kevin O'Connor · 16 years ago
  76. 4d6dbc6 Initial support for ps/2 mouse. by Kevin O'Connor · 16 years ago
  77. ee2fd7a Rename PORT_KBD_* to PORT_PS2_* by Kevin O'Connor · 16 years ago
  78. 63dbcfb Various minor cleanups. by Kevin O'Connor · 16 years ago
  79. e43df9e Add additional int15 handlers for disk drives. by Kevin O'Connor · 16 years ago
  80. b8aacb0 Reduce stack usage in call16(). by Kevin O'Connor · 16 years ago rel-0.1.3
  81. 3a47a31 Cleanup implementation of call16(). by Kevin O'Connor · 16 years ago
  82. e20ed9f Minor - reduce stack usage of handle_1587. by Kevin O'Connor · 16 years ago
  83. d427a3f Implement basic "eoi_jmp_post" code to post step. by Kevin O'Connor · 16 years ago
  84. e78cc6c Update TODO notes. by Kevin O'Connor · 16 years ago
  85. cb6735f Improve comments in romlayout.S by Kevin O'Connor · 16 years ago
  86. adb6b37 Fix for int15 handlers. by Kevin O'Connor · 16 years ago
  87. c09492e Add copyrights to ata.c/h files. by Kevin O'Connor · 16 years ago
  88. 12dade5 Minor update to bprintf. by Kevin O'Connor · 16 years ago
  89. 15aee2e Make disk access work. by Kevin O'Connor · 16 years ago
  90. 596cf60 Fix header guards produced by defsys.py by Kevin O'Connor · 16 years ago
  91. 95576e7 Cleanup of post.c by Kevin O'Connor · 16 years ago
  92. 21e930b Use symbols instead of number for segment descriptors in romlayout.S by Kevin O'Connor · 16 years ago
  93. 3491e8b Initial support for ATA disks. by Kevin O'Connor · 16 years ago
  94. 4ce6a49 Enable extra debugging. by Kevin O'Connor · 16 years ago
  95. b792b3c Minor cleanup in floppy.c by Kevin O'Connor · 16 years ago
  96. d5f1e84 Have compiler add debugging info to main 16bit code. by Kevin O'Connor · 16 years ago
  97. ddd4bfd the idt descriptors look a bit wrong. this patch fixes that by Kevin O'Connor · 16 years ago
  98. 786502d Some cleanups based on patch by Nguyen Anh Quynh by Kevin O'Connor · 16 years ago
  99. a2e7380 Merge recent changes to bochs-bios CVS head. by Kevin O'Connor · 16 years ago
  100. bdce35f Misc updates. by Kevin O'Connor · 16 years ago