]> Zhao Yanbai Git Server - kernel.git/log
kernel.git
10 years agofix bug in alloc pages
AceVest [Sat, 5 Apr 2014 15:40:41 +0000 (23:40 +0800)]
fix bug in alloc pages

10 years agosupport alloc pages from buddy system
AceVest [Sat, 5 Apr 2014 08:32:55 +0000 (16:32 +0800)]
support alloc pages from buddy system

10 years agoadd support to init the buddy system
AceVest [Sat, 5 Apr 2014 06:28:39 +0000 (14:28 +0800)]
add support to init the buddy system

10 years agofix bug when init_paging
AceVest [Sat, 5 Apr 2014 06:25:05 +0000 (14:25 +0800)]
fix bug when init_paging

10 years agoprebuild buddy system from bootmem
AceVest [Fri, 4 Apr 2014 15:38:54 +0000 (23:38 +0800)]
prebuild buddy system from bootmem

10 years agobootmem manage the hole mem.
AceVest [Fri, 4 Apr 2014 14:16:54 +0000 (22:16 +0800)]
bootmem manage the hole mem.

10 years agoreplace '\t' with ' '
AceVest [Fri, 4 Apr 2014 10:52:01 +0000 (18:52 +0800)]
replace '\t' with '    '

10 years agoadd init_paging.
AceVest [Fri, 4 Apr 2014 09:55:19 +0000 (17:55 +0800)]
add init_paging.

10 years agoimport the kernel code to use the new repository with some modifies: 1. add install...
AceVest [Wed, 2 Apr 2014 16:39:24 +0000 (00:39 +0800)]
import the kernel code to use the new repository with some modifies: 1. add install grub2 scripts; 2. fix duplicate GDT IDT; 3. add somethin in vsprintf; 4. support bootmem alloc; 5. cancel to manage the memory before the kernel loaded;