1. 54671c1 Initial support for USB hubs. by Kevin O'Connor · 14 years ago
  2. 6fc91b2 Prep version for next release. by Kevin O'Connor · 15 years ago
  3. 5da6833 Update version to 0.5.1 by Kevin O'Connor · 15 years ago rel-0.5.1
  4. f9b25d3 Fix vgahook sign issue; add warning to build to catch future cases. by Kevin O'Connor · 15 years ago
  5. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 15 years ago
  6. c003148 Implement native 32bit APM support. by Kevin O'Connor · 15 years ago
  7. 871e0a0 Add support for 32bit PCI BIOS entry. by Kevin O'Connor · 15 years ago
  8. 52a300f Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT. by Kevin O'Connor · 15 years ago
  9. a2195e4 Increase version in preparation for next release. by Kevin O'Connor · 15 years ago
  10. 494302f Update version to 0.5.0. by Kevin O'Connor · 15 years ago rel-0.5.0
  11. ad90159 Enhance experimental option rom "threading" - enable preemption. by Kevin O'Connor · 15 years ago
  12. 7cefbfa Move stack manipulation code from util.c to new file stacks.c. by Kevin O'Connor · 15 years ago
  13. 3a337b2 Reorder source code to work around weird -combine issue. by Kevin O'Connor · 15 years ago
  14. 59f0283 Add stubs for USB OHCI support. by Kevin O'Connor · 15 years ago
  15. d91f9d4 Add rule to compile DSDT to make file. by Kevin O'Connor · 15 years ago
  16. e7cc764 Move qemu config code from smbios.c to its own files. Add support for by Kevin O'Connor · 15 years ago
  17. 114592f Initial support for USB, UHCI, and USB Keyboards. by Kevin O'Connor · 15 years ago
  18. 5b8f809 Allow rom to grow beyond 64K. by Kevin O'Connor · 15 years ago
  19. 141436b Prep version id for next release. by Kevin O'Connor · 15 years ago
  20. 56629e7 Note version 0.4.2. by Kevin O'Connor · 15 years ago rel-0.4.2
  21. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 15 years ago
  22. c892b13 Separate ATA code from generic disk code. by Kevin O'Connor · 15 years ago
  23. c95d2ce Add auto-generated version info to each build. by Kevin O'Connor · 15 years ago
  24. e54ee38 Add PMM stubs. by Kevin O'Connor · 15 years ago
  25. 22e1b91 Expand int155f "vgahook" detection. by Kevin O'Connor · 15 years ago
  26. e6caca8 Minor - clarify intermediate object file names. by Kevin O'Connor · 15 years ago
  27. 5c3f5dd Don't use "objcopy --extract-symbol" - old binutils don't have that option. by Kevin O'Connor · 15 years ago
  28. e97ca7b Forward port bochs smp changes; rename smpdetect.c to smp.c. by Kevin O'Connor · 15 years ago
  29. d82a1ca Avoid makefile "else ifeq" syntax - old versions don't support it. by Kevin O'Connor · 15 years ago
  30. 0942e7f Avoid -fwhole-program on broken gcc instead of stopping build. by Kevin O'Connor · 15 years ago
  31. 942d495 Add support for gcc v3.x compilers. by Kevin O'Connor · 15 years ago
  32. c069394 Do garbage collection of unused sections. by Kevin O'Connor · 15 years ago
  33. 7173f6f Keep relocated 16bit code so checkstack can use it. by Kevin O'Connor · 15 years ago
  34. 1445843 Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code. by Kevin O'Connor · 15 years ago
  35. 8d8e094 VGA: Commit missing change to Makefile. by Kevin O'Connor · 15 years ago
  36. 1f2c307 Add initial port of the "open source vga bios" project. by Kevin O'Connor · 15 years ago
  37. 592323f Add LZMA decompression support to CBFS. by Kevin O'Connor · 15 years ago
  38. d944114 Fixup previous memcpy optimization. by Kevin O'Connor · 15 years ago
  39. b49e058 Turn off new gcc tree-switch-conversion option in 16bit mode. by Kevin O'Connor · 15 years ago
  40. 7cf17f2 Rework linker scripts so they work on new version of ld. by Kevin O'Connor · 15 years ago
  41. 03f630e Expand gcc tests. by Kevin O'Connor · 15 years ago
  42. 9f4e1d9 Reorganize boot code. by Kevin O'Connor · 15 years ago
  43. 231f710 Enhance makefile to autodetect if AVOIDCOMBINE is needed. by Kevin O'Connor · 16 years ago
  44. 3085376 Move variables from assembler to C code. by Kevin O'Connor · 16 years ago
  45. 711ddc6 Try to automatically fit sections into open spaces in the fixed area. by Kevin O'Connor · 16 years ago
  46. 202024a Layout fixed area using linker instead of assembler. by Kevin O'Connor · 16 years ago
  47. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 16 years ago
  48. 7061eb6 Initial KVM support. by Kevin O'Connor · 16 years ago
  49. 7bb3253 Silence the strict-aliasing warnings that older compilers emit. by Kevin O'Connor · 16 years ago
  50. 9646224 Tune gcc stack growth parameter. by Kevin O'Connor · 16 years ago
  51. 92f95b0 Add more linker protections around variables accessed from 16bit mode. by Kevin O'Connor · 16 years ago
  52. 51358db Move pir table offset from ebda to a global variable. by Kevin O'Connor · 16 years ago
  53. 0c3068d Initial PnP bios call support. by Kevin O'Connor · 16 years ago
  54. 18e38b2 Improve support for old 16bit resume handlers. by Kevin O'Connor · 16 years ago
  55. a06bfb6 Execute smp detect code in place instead of copying it. by Kevin O'Connor · 16 years ago
  56. 9e82122 Makefile cleanups. by Kevin O'Connor · 16 years ago
  57. 952974e Add tool for generating assembler offset definition file. by Kevin O'Connor · 16 years ago
  58. d9a8b2d Cleanup a20 code. by Kevin O'Connor · 16 years ago
  59. 1b7d884 Support .bss variables in 16bit code (ones that the 32bit code can set). by Kevin O'Connor · 16 years ago
  60. 2fc90bd Be sure to define defaults for NM,STRIP,OBJCOPY in Makefile. by Kevin O'Connor · 16 years ago
  61. 86cebee Fix cross compilation issues of seabios by Kevin O'Connor · 16 years ago
  62. 714325c Separate out and enhance option rom scanning code. by Kevin O'Connor · 16 years ago
  63. cbffa8e Add stubs for VIA vga bios callbacks to system bios. by Kevin O'Connor · 16 years ago
  64. c43bcba Don't allow CFLAGS to be set from commandline. by Kevin O'Connor · 16 years ago
  65. ae8be53 Remove vgahooks.c from Makefile. by Kevin O'Connor · 16 years ago
  66. 3b89719 Rewrite ps2 port (keyboard/mouse) handling. by Kevin O'Connor · 16 years ago
  67. 7ab798f Always define macro MODE16 - that way it can be used in C conditionals. by Kevin O'Connor · 16 years ago
  68. 44eeaf1 Convert bootup code (int18/int19) to 32bit mode. by Kevin O'Connor · 16 years ago
  69. d289977 Relinking rom32.o twice seems flaky - make third link stage. by Kevin O'Connor · 16 years ago
  70. 9bcc527 Ensure proper alignment of subsections. by Kevin O'Connor · 16 years ago
  71. 2fda7cb Use ld to build final rom; remove custom build utilities. by Kevin O'Connor · 16 years ago
  72. e3677b1 Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR. by Kevin O'Connor · 16 years ago
  73. 0525d29 Breakup rombios32.c into pciinit.c and smbios.c by Kevin O'Connor · 16 years ago
  74. 84ad59a Separate out smp detection and mp table generation from rombios32.c by Kevin O'Connor · 16 years ago
  75. f7ba6d7 Separate SMM code into its own file (smm.c from rombios32.c). by Kevin O'Connor · 16 years ago
  76. c541e1b Add code (currently disabled) to mask run away irqs. by Kevin O'Connor · 16 years ago
  77. f54c150 Cleanup handling of interrupt controller (PIC). by Kevin O'Connor · 16 years ago
  78. d25810a Generate PIR table at post time. by Kevin O'Connor · 16 years ago
  79. 276d4a9 Move acpi code out of rombios32.c; clean up use of fixed memory addresses. by Kevin O'Connor · 16 years ago
  80. c781293 Enhance e820 memory map generation. by Kevin O'Connor · 16 years ago
  81. da4a648 Separate out ram shadow code and permit more code to write to bios. by Kevin O'Connor · 16 years ago
  82. a2d1692 Add compile options to reduce stack usage. by Kevin O'Connor · 16 years ago
  83. 7453453 Use a linker script for 16bit code. by Kevin O'Connor · 16 years ago
  84. 59fead6 Fix elf build; rename target file rom.bin to bios.bin. by Kevin O'Connor · 16 years ago
  85. e6eb3f5 Move timer setup from post.c to clock.c. by Kevin O'Connor · 16 years ago
  86. 913cc2e Move serial/lpt setup from post.c to serial.c by Kevin O'Connor · 16 years ago
  87. 3bbcc14 Move floppy setup code from post.c to floppy.c. by Kevin O'Connor · 16 years ago
  88. ba2d0df Add compile options to Makefile to reduce stack space. by Kevin O'Connor · 16 years ago
  89. e0113c9 Forward port new boot menu features from bochs bios. by Kevin O'Connor · 16 years ago
  90. a0dc296 Basic support for PCI BIOS. by Kevin O'Connor · 16 years ago
  91. c38e480 Minor cleanups. by Kevin O'Connor · 16 years ago
  92. 2018eff Move keyboard setup to kbd.c. by Kevin O'Connor · 16 years ago
  93. 63ccc13 Move ata_detect call to 32bit code. by Kevin O'Connor · 16 years ago
  94. bc28a2b Force functions marked as inline to always be inlined. by Kevin O'Connor · 16 years ago
  95. 5a869f0 Add build option -fomit-frame-pointer. by Kevin O'Connor · 16 years ago
  96. a4d3576 Port rombios32 code from bochs-bios. by Kevin O'Connor · 16 years ago
  97. 47baa3c Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS." by Kevin O'Connor · 16 years ago
  98. 3d02941 This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS. by Kevin O'Connor · 16 years ago
  99. 95b2f78 Add initial support for apmbios code. by Kevin O'Connor · 16 years ago
  100. 31d8c8a Move cdrom code to its own file (cdrom.c). by Kevin O'Connor · 16 years ago