Commit Graph

9 Commits

Author SHA1 Message Date
Luke Street de6ea34d21 Load simple ELF binary & execute; improved paging; start VGA RGB output 2018-10-06 19:28:56 -04:00
Luke Street f87beb39d4 Fix malloc bug; use malloc/memset in elf_open; macOS fixes 2018-10-02 13:32:18 -04:00
Luke Street 82c0fe012f Fix ISR/IRQ issues 2018-10-01 20:51:57 -04:00
Luke Street 0fabdb70c0 stdio write support; exclude built-in includes 2018-10-01 17:25:57 -04:00
Luke Street 90085d7289 Working stdio file impl; more work on ELF lib 2018-10-01 00:41:19 -04:00
Luke Street b063797bc4 ELF support; printf impl; replacing kprint with printf 2018-09-30 14:56:07 -04:00
Luke Street ce7518bb15 Fix FPU instructions; initial work on ELF parsing & DWARF info 2018-09-29 19:38:42 -04:00
Luke Street d5a0e24ffc Add panic(); extract GCC __attribute__ usage 2018-09-25 00:37:34 -04:00
Luke Street 7a1364e6d2 Align malloc allocations; don't print in IRQ; add ubsan support 2018-09-25 00:04:11 -04:00