diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-29 13:45:38 -0500 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-29 13:45:38 -0500 |
| commit | 68c68d3d7398ef9aaf36c29190831f2197cf73a1 (patch) | |
| tree | ba82608f7a04a886dcb4734220214df93445914c /kernel/include | |
| parent | 78478cd662ea096de297008a611597cb5c61a511 (diff) | |
kernel: Implement stack smashing protector
Diffstat (limited to 'kernel/include')
| -rw-r--r-- | kernel/include/driver/vga_text_buffer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/include/driver/vga_text_buffer.h b/kernel/include/driver/vga_text_buffer.h index 5dc47a7..8dabb5b 100644 --- a/kernel/include/driver/vga_text_buffer.h +++ b/kernel/include/driver/vga_text_buffer.h @@ -1,9 +1,10 @@ #ifndef __drivers_vga_text_buffer_h #define __drivers_vga_text_buffer_h -/* TODO: +/* + * TODO: * Implement scrolling -*/ + */ #include <stdint.h> #include <stdbool.h> |
