forked from xuos/xiuos
fix memlayout and sys_kill
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user