From 16604c4ea0ebe44f12741d3d6efed0dc1867204f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 22 Jul 2020 00:50:41 +0200 Subject: Okidoki, seems to work! --- src/entry.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entry.asm') diff --git a/src/entry.asm b/src/entry.asm index 487e4b4..d17246d 100644 --- a/src/entry.asm +++ b/src/entry.asm @@ -51,7 +51,7 @@ %define A20_EXCLUDE_BIT 0xfe ; Bit 0 may be write-only, causing a crash ; GDT constants (bitmap) -%define GDT_MAX_LIMIT 0xffff +%define GDT_MAX_LIMIT 0xffff ; I just use the max limit lel %define GDT_PRESENT 0b10000000 ; Is present %define GDT_DESCRIPTOR 0b00010000 ; Descriptor type, set for code/data %define GDT_EXECUTABLE 0b00001000 ; Can be executed -- cgit v1.2.3