Skip to content

Commit

Permalink
Revert "kernel: increase kernel stack size considerably"
Browse files Browse the repository at this point in the history
This reverts commit 42c4e34.
  • Loading branch information
klange committed Dec 13, 2018
1 parent 0f9e847 commit 4781653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/usr/include/kernel/process.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include <toaru/tree.h>

#define KERNEL_STACK_SIZE 0x32000
#define KERNEL_STACK_SIZE 0x8000

typedef signed int pid_t;
typedef unsigned int user_t;
Expand Down

0 comments on commit 4781653

Please sign in to comment.