Timer re-worked!
[lunaix-os.git] / lunaix-os / includes / lunaix / constants.h
diff --git a/lunaix-os/includes/lunaix/constants.h b/lunaix-os/includes/lunaix/constants.h
deleted file mode 100644 (file)
index 6fc0c48..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __LUNAIX_CONSTANTS_H
-#define __LUNAIX_CONSTANTS_H
-
-#define K_STACK_SIZE            (64 << 10)
-#define K_STACK_START           ((0xFFBFFFFFU - K_STACK_SIZE) + 1)
-#define HIGHER_HLF_BASE         0xC0000000UL
-#define MEM_1MB                 0x100000UL
-
-#define VGA_BUFFER_VADDR        0xB0000000UL
-#define VGA_BUFFER_PADDR        0xB8000UL
-#define VGA_BUFFER_SIZE         4096
-
-#endif /* __LUNAIX_CONSTANTS_H */