Kernel source tree for Sentinel 65X
Go to file
Kyle Cardoza ed7c89a3f4 Implementation of VERA sprite functions 2024-03-29 02:04:21 -04:00
config Work on VERA API and interrupts 2024-03-28 22:31:35 -04:00
include Begun implementing VERA sprite API 2024-03-29 01:42:23 -04:00
src Implementation of VERA sprite functions 2024-03-29 02:04:21 -04:00
.gitignore Cleanup 2024-03-28 00:50:48 -04:00
Makefile first commit 2024-03-21 20:26:37 -04:00
README.md Added to README.md 2024-03-28 15:53:01 -04:00

README.md

Sentinel 65X Kernel

This is the early skeleton of what will become the kernel in Sentinel 65X. It will provide the hardware and protocol drivers and core API used by the C library, as well as an assembly language kernel API.