1. 33d5118 Minor - verify UMB dummy optionrom header size doesn't overflow. by Kevin O'Connor · 12 years ago
  2. 5e01908 Allow optionroms and "low mem" to share space. by Kevin O'Connor · 12 years ago
  3. 9c98517 Use the e-segment instead of the 9-segment for bios "low mem". by Kevin O'Connor · 12 years ago
  4. 890d985 Fix missing NULL pointer checks causing boot failure on 1meg machines. by Kevin O'Connor · 12 years ago
  5. 8b9137d Allow free space in f-segment to be used by malloc_fseg(). by Kevin O'Connor · 13 years ago
  6. 1313b78 Remove 16bit wrappers from PMM code. by Kevin O'Connor · 13 years ago
  7. 533b628 Run option rom visible PMM code in 32bit mode instead of 16bit mode. by Kevin O'Connor · 13 years ago
  8. 4d96edc Cleanup - it's no longer necessary to manually reset global variables. by Kevin O'Connor · 14 years ago
  9. e826465 Enable optionroms to use freed space due to CONFIG_RELOCATE_INIT. by Kevin O'Connor · 14 years ago
  10. 025cabd Move init code from _start() to post(). by Kevin O'Connor · 14 years ago
  11. 8f59aa3 Introduce memcpy_fl - a memcpy on "flat" pointers. by Kevin O'Connor · 14 years ago
  12. 42a1d4c Rework malloc to use a "first fit" algorithm. by Kevin O'Connor · 14 years ago
  13. f9a774c Add __attribute__((__malloc__)) declaration to internal malloc funcs. by Kevin O'Connor · 14 years ago
  14. d7eb27e Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS). by Kevin O'Connor · 14 years ago
  15. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 15 years ago
  16. 871e0a0 Add support for 32bit PCI BIOS entry. by Kevin O'Connor · 15 years ago
  17. eda2c83 Only add "addr32" to memory accesses that require them. by Kevin O'Connor · 15 years ago
  18. 52a300f Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT. by Kevin O'Connor · 15 years ago
  19. c945b2f Clear unused parts of f-segment. by Kevin O'Connor · 15 years ago
  20. 8f4409b Clear PMMAllocs even if CONFIG_PMM not set. by Kevin O'Connor · 15 years ago
  21. d948e2b Use pmm_malloc() for internal allocations. by Kevin O'Connor · 15 years ago
  22. 7bd5a8f Workaround gcc4.3 compiler error - disable pmm low mem allocations. by Kevin O'Connor · 15 years ago
  23. f416fe9 Add support for permanent low memory allocations. by Kevin O'Connor · 15 years ago
  24. 415d429 Cleanups for malloc code. by Kevin O'Connor · 15 years ago
  25. 0e9fd61 Add initial support for PMM allocations of permanent memory. by Kevin O'Connor · 15 years ago
  26. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 15 years ago
  27. 9c3e747 Fix some PMM corner-cases. by Kevin O'Connor · 15 years ago
  28. 0bf9270 Add Post Memory Manager (PMM) support. by Kevin O'Connor · 15 years ago
  29. e54ee38 Add PMM stubs. by Kevin O'Connor · 15 years ago