diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-27 06:45:13 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-27 06:45:13 -0400 |
commit | 56f5c483ee516245867a312c7e1520c3f4df16c7 (patch) | |
tree | d230b66c8eb06e0af915facf20966fbe2c098193 /kernel.cpp | |
parent | 0f5bbed9a9463adbd23f281f7d7c689cbe7f4182 (diff) |
convert boot.s to c++
Diffstat (limited to 'kernel.cpp')
-rw-r--r-- | kernel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ static VGATerminal vga; TextOutput& term = vga; -extern "C" void kernel_main(void) { term.write("Clyne's kernel, v2024\n\n"); |