fix memlayout and sys_kill

This commit is contained in:
lr
2024-07-20 15:48:49 +08:00
parent ae7992d429
commit fbd7aa46f5
4 changed files with 16 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ Modification:
#include <stdbool.h>
#include <stdint.h>
#define MAX_BUDDY_ORDER (10)
#define MAX_BUDDY_ORDER (12)
#define FREE_LIST_INDEX(order) \
(1 << order)