Remove unused kernel base address definition

This commit is contained in:
2026-01-23 20:59:10 +01:00
parent 31b0e4f441
commit 2c8eb6d692
2 changed files with 0 additions and 6 deletions

View File

@@ -108,9 +108,6 @@
/* Static Kernel-Mode address start */
#define KSEG0_BASE 0xFFFFF80000000000
/* XTOS Kernel address base */
#define KSEG0_KERNEL_BASE 0x0000000800000000
/* XTOS Kernel stack size */
#define KERNEL_STACK_SIZE 0x8000

View File

@@ -128,9 +128,6 @@
/* Static Kernel-Mode address start */
#define KSEG0_BASE 0x80000000
/* XTOS Kernel address base */
#define KSEG0_KERNEL_BASE 0x01800000
/* XTOS Kernel stack size */
#define KERNEL_STACK_SIZE 0x4000