diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-08 11:30:01 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-08 11:30:01 +0000 |
| commit | 7edd03e9a14a3025b4d2b2ff51d838d20b79b2c4 (patch) | |
| tree | d156c915f05067ea699522f0705863917b00558a /arch/x86_64/src/kernel | |
| parent | bb2089599007fb5e25e613e67088a05731df4347 (diff) | |
| download | teachos-7edd03e9a14a3025b4d2b2ff51d838d20b79b2c4.tar.xz teachos-7edd03e9a14a3025b4d2b2ff51d838d20b79b2c4.zip | |
Added doxygen comments to all fields and structs
Diffstat (limited to 'arch/x86_64/src/kernel')
| -rw-r--r-- | arch/x86_64/src/kernel/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/src/kernel/main.cpp b/arch/x86_64/src/kernel/main.cpp index 2ba4fe2..6486b7c 100644 --- a/arch/x86_64/src/kernel/main.cpp +++ b/arch/x86_64/src/kernel/main.cpp @@ -63,6 +63,9 @@ namespace teachos::arch::kernel // value should be zero :( // assert(begin->is_null()); + // TODO: Check if only contains one DYNSYM or SYMTAB but not both! + // TODO: Check if only contains one dynamic section + for (auto section = begin; section != end; ++section) { video::vga::text::write("Looping Code section", video::vga::text::common_attributes::green_on_black); |
