rve/example
2024-12-22 02:18:02 +00:00
..
boot.s Relocate program to 0x80000000 2024-12-15 16:44:39 +00:00
example.c Implement paletted framebuffer (320x200 for now) 2024-12-22 02:18:02 +00:00
linker.ld Relocate program to 0x80000000 2024-12-15 16:44:39 +00:00
Makefile Add framebuffer device 2024-12-19 02:30:53 +00:00
printf.c Add support for printf, UART, and iron out a few bugs 2024-12-14 22:56:28 +00:00
printf.h Add support for printf, UART, and iron out a few bugs 2024-12-14 22:56:28 +00:00
putchar.c Add support for printf, UART, and iron out a few bugs 2024-12-14 22:56:28 +00:00