aboutsummaryrefslogtreecommitdiff
path: root/src/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.c')
-rw-r--r--src/system.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system.c b/src/system.c
index 6658e22..dc1dd7d 100644
--- a/src/system.c
+++ b/src/system.c
@@ -290,10 +290,6 @@ handle_15e801(struct bregs *regs)
set_success(regs);
}
-// Info on e820 map location and size.
-struct e820entry e820_list[CONFIG_MAX_E820] VAR16VISIBLE;
-int e820_count VAR16VISIBLE;
-
static void
handle_15e820(struct bregs *regs)
{