]> Zhao Yanbai Git Server - kernel.git/commit
support alloc pages from buddy system
authorAceVest <zhaoyanbai@126.com>
Sat, 5 Apr 2014 08:32:55 +0000 (16:32 +0800)
committerAceVest <zhaoyanbai@126.com>
Sat, 5 Apr 2014 08:32:55 +0000 (16:32 +0800)
commit1c9b09da50affd6309740d28ca3168dcea2ddf57
tree117a7bec956da24ae3895f759b21b96ae6ac10e4
parent6d4fd203724acffc9d3fc443edc5064d3360e6c4
support alloc pages from buddy system
include/bug.h [new file with mode: 0644]
include/kernel.h [new file with mode: 0644]
include/list.h
include/page.h
include/sysctl.h [new file with mode: 0644]
include/system.h
kernel/printk.c
kernel/system.c
mm/buddy.c
mm/kmalloc.c
mm/page.c