]> Zhao Yanbai Git Server - kernel.git/log
kernel.git
10 years agoreturn the result to userspace from syscall
AceVest [Thu, 1 May 2014 16:25:44 +0000 (00:25 +0800)]
return the result to userspace from syscall

10 years agosupport new simple syscall
AceVest [Thu, 1 May 2014 15:13:24 +0000 (23:13 +0800)]
support new simple syscall

10 years agoclean i8259 code; new sysenter lib;fix root task stack bug
AceVest [Thu, 1 May 2014 07:17:34 +0000 (15:17 +0800)]
clean i8259 code; new sysenter lib;fix root task stack bug

10 years agofix privilege bug when init_paging; add sysexit for user program
AceVest [Tue, 29 Apr 2014 15:00:00 +0000 (23:00 +0800)]
fix privilege bug when init_paging; add sysexit for user program

10 years agoclean irq code
AceVest [Mon, 28 Apr 2014 15:01:53 +0000 (23:01 +0800)]
clean irq code

10 years agofix bug in slub
AceVest [Mon, 28 Apr 2014 14:14:34 +0000 (22:14 +0800)]
fix bug in slub

10 years agoadd kmalloc/kfree
AceVest [Sat, 26 Apr 2014 03:44:17 +0000 (11:44 +0800)]
add kmalloc/kfree

10 years agorewrite init_paging
AceVest [Fri, 25 Apr 2014 15:52:31 +0000 (23:52 +0800)]
rewrite init_paging

10 years agoadd slub system support
AceVest [Sun, 20 Apr 2014 02:35:02 +0000 (10:35 +0800)]
add slub system support

10 years agomodify makefile
AceVest [Wed, 16 Apr 2014 14:55:13 +0000 (22:55 +0800)]
modify makefile

10 years agoadd some code to support slub
AceVest [Tue, 15 Apr 2014 15:54:43 +0000 (23:54 +0800)]
add some code to support slub

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;