Skip to content

Commit

Permalink
Немного увеличен размер стека
Browse files Browse the repository at this point in the history
  • Loading branch information
0Nera committed Jan 21, 2024
1 parent 50ad112 commit 2915242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <lock.h>
#include <stdint.h>

#define STACK_SIZE 8192 // 8 килобайт на стек
#define STACK_SIZE 64 * 1024 // 64 килобайт на стек

typedef struct task {
uint64_t rax, rbx, rcx, rdx;
Expand Down

0 comments on commit 2915242

Please sign in to comment.