diff options
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libc/inc/mem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/libc/inc/mem.h b/libs/libc/inc/mem.h index 63a1b14..75174c9 100644 --- a/libs/libc/inc/mem.h +++ b/libs/libc/inc/mem.h @@ -17,7 +17,6 @@ void free_debug(void *ptr, const char *file, int line, const char *func, const c #define free(ptr) free_debug((void *)(ptr), __FILE__, __LINE__, __func__, #ptr) #ifdef KERNEL -#define STACK_START 0x00500000 // Defined in bootloader #define STACK_SIZE (1 << 20) // 1MiB #elif defined(USER) #endif |