Increate kernel stack size
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
#define GDT_PRESENT 0x80
|
#define GDT_PRESENT 0x80
|
||||||
#define GDT_TSS 0x89
|
#define GDT_TSS 0x89
|
||||||
|
|
||||||
#define KSTACK (1024*2*4096)
|
#define KSTACK (1024*4*4096)
|
||||||
ALIGNED(16) static uint8_t kernelstack[KSTACK];
|
ALIGNED(16) static uint8_t kernelstack[KSTACK];
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user