22 lines
618 B
Plaintext
22 lines
618 B
Plaintext
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
|
|
#
|