diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-05-05 09:22:28 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-05-05 09:22:28 +0000 |
| commit | 27d4fb90ebbc754e98ff68ce5bc7839a44ed99c1 (patch) | |
| tree | 35ae65737a1fff4fc91920774a70dca1a4f2f4f6 /arch/x86_64/src/user/main.cpp | |
| parent | c1dff44858ebdb3cd5a49e84179796e44e7eb91c (diff) | |
| download | teachos-27d4fb90ebbc754e98ff68ce5bc7839a44ed99c1.tar.xz teachos-27d4fb90ebbc754e98ff68ce5bc7839a44ed99c1.zip | |
Add comments to syscall components
Diffstat (limited to 'arch/x86_64/src/user/main.cpp')
| -rw-r--r-- | arch/x86_64/src/user/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/src/user/main.cpp b/arch/x86_64/src/user/main.cpp index 8ce21ba..1d56d2e 100644 --- a/arch/x86_64/src/user/main.cpp +++ b/arch/x86_64/src/user/main.cpp @@ -32,4 +32,4 @@ namespace teachos::arch::user video::vga::text::common_attributes::green_on_black); } } -} // namespace teachos::arch::user
\ No newline at end of file +} // namespace teachos::arch::user |
