moved everything to chookspace

This commit is contained in:
2026-01-28 09:13:12 +11:00
parent 73754d02b2
commit c547d34d36
537 changed files with 39235 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
migrate kernel from C to C++
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch main
# Your branch is up to date with 'origin/main'.
#
# Changes to be committed:
# modified: Makefile
# modified: bin/CustomOS.img
# modified: bin/kernel.elf
# new file: lib/BasicRenderer.o
# modified: lib/kernel.o
# new file: src/BasicRenderer.cpp
# new file: src/BasicRenderer.h
# new file: src/Framebuffer.h
# new file: src/PSF1Font.h
# deleted: src/kernel.c
# new file: src/kernel.cpp
# new file: src/math.h
#