From 83a880b07db09749bf797d6af5b61cc086103dad Mon Sep 17 00:00:00 2001 From: h2-addad <hamza2.addad@live.uwe.ac.uk> Date: Sun, 16 Jul 2023 00:40:11 +0000 Subject: [PATCH] Update --- src/devices/vga.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/vga.c b/src/devices/vga.c index f421b61..7353c54 100644 --- a/src/devices/vga.c +++ b/src/devices/vga.c @@ -8,6 +8,7 @@ #include "threads/interrupt.h" #include "threads/vaddr.h" + /* VGA text screen support. See [FREEVGA] for more information. */ /* Number of columns and rows on the text display. */ -- GitLab