From ceedd4f2c7e990162f1b619f0d60471eea3aed1f Mon Sep 17 00:00:00 2001 From: kotorifan Date: Sun, 8 Mar 2026 15:33:02 +0100 Subject: Made a common directory, moved the protmode print there --- src/common.asm | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/common.asm (limited to 'src/common.asm') diff --git a/src/common.asm b/src/common.asm deleted file mode 100644 index 26f7aa5..0000000 --- a/src/common.asm +++ /dev/null @@ -1,22 +0,0 @@ - ;; common.asm - %ifndef COMMON_ASM - %define COMMON_ASM - - ;; Real mode constants - %define READ_SECTORS_NUM 16 - %define BOOT_LOAD_ADDR 0x7c00 - %define STAGE2_ADDR 0x7e00 - %define SECTOR_SIZE 512 - %define STACK_ADDR 0x9c00 - - ;; Mostly kernel and protected mode constants - %define VGA_COLOR_BLACK 0 - %define VGA_COLOR_GREEN 2 - %define VGA_COLOR_RED 4 - %define VGA_WHITE_ON_BLACK 0x0f20 - %define VGA_BUFFER 0xb8000 - %define VGA_SCREEN_X 80 - %define VGA_SCREEN_Y 25 - %define VGA_SCREEN (VGA_SCREEN_X*VGA_SCREEN_Y) - - %endif -- cgit v1.3