fox32/src
2022-10-26 18:49:26 -07:00
..
bus.c add int instruction, make cross-page accesses work 2022-10-26 18:03:00 -07:00
bus.h Implement overlays 2022-10-23 13:16:40 -07:00
cpu.c Fix a few formatting things 2022-10-26 18:03:00 -07:00
cpu.h make writes to readonly pages cause a page fault correctly 2022-10-26 18:03:00 -07:00
disk.c Implement disk controller 2022-10-26 18:02:50 -07:00
disk.h Implement disk controller 2022-10-26 18:02:50 -07:00
framebuffer.c Read the correct byte for the overlay alpha channel 2022-10-23 16:51:03 -07:00
framebuffer.h Implement overlays 2022-10-23 13:16:40 -07:00
keyboard.c Rename key_t to keycode_t 2022-10-26 18:03:00 -07:00
keyboard.h Rename key_t to keycode_t 2022-10-26 18:03:00 -07:00
main.c Use absolute mouse position instead of grabbing the cursor 2022-10-26 18:03:00 -07:00
mmu.c Use absolute mouse position instead of grabbing the cursor 2022-10-26 18:03:00 -07:00
mmu.h Implement a somewhat hacky MMU 2022-10-26 18:03:00 -07:00
mouse.c Use absolute mouse position instead of grabbing the cursor 2022-10-26 18:03:00 -07:00
mouse.h Implement mouse support 2022-10-23 17:18:05 -07:00
screen.c Build Linux binaries of each commit 2022-10-26 18:49:26 -07:00
screen.h Implement mouse support 2022-10-23 17:18:05 -07:00