]> git.mdlowis.com Git - proto/uefi.git/commit
refactored to isolate UEFI logic from Kernel core
authorMichael D. Lowis <mike.lowis@gentex.com>
Fri, 17 Sep 2021 17:57:14 +0000 (13:57 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Fri, 17 Sep 2021 17:57:14 +0000 (13:57 -0400)
commit1f1da03e3b95c5cf6e9beec0bd5dbcc044d6904d
tree70d1ca6f00ea9236c2e9a568cbd0d802d35c9660
parent839b9abd04de4032e233539aac2748582bc43b28
refactored to isolate UEFI logic from Kernel core
13 files changed:
.gitignore
Makefile
core/font.c [moved from uefi/font.c with 99% similarity]
core/kernel.h [new file with mode: 0644]
core/main.c [new file with mode: 0644]
core/term.c [moved from uefi/term.c with 77% similarity]
core/video.c [new file with mode: 0644]
main.c [deleted file]
uefi/Makefile
uefi/crt_x86_64.c
uefi/platform.h [new file with mode: 0644]
uefi/uefi.h
uefi/video.c [deleted file]