diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-22 06:16:51 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-22 06:16:51 +0000 |
| commit | ba054441f93a30e2042a71d632a6a5fb04007d15 (patch) | |
| tree | 89b404604e8d68e48dd2d437d018a9c7f24806b1 /arch/x86_64/src/kernel/main.cpp | |
| parent | 7d1d7c5f63791506049cc188740cc4956fc8d14c (diff) | |
| download | teachos-ba054441f93a30e2042a71d632a6a5fb04007d15.tar.xz teachos-ba054441f93a30e2042a71d632a6a5fb04007d15.zip | |
Adjust all briefs
Diffstat (limited to 'arch/x86_64/src/kernel/main.cpp')
| -rw-r--r-- | arch/x86_64/src/kernel/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/kernel/main.cpp b/arch/x86_64/src/kernel/main.cpp index 3e25d2d..ad1eb39 100644 --- a/arch/x86_64/src/kernel/main.cpp +++ b/arch/x86_64/src/kernel/main.cpp @@ -10,7 +10,6 @@ namespace teachos::arch::kernel { - auto main() -> void { video::vga::text::clear(); |
