This website requires JavaScript.
Explore
Help
Sign In
gh0s7
/
mckernel
Watch
1
Star
0
Fork
0
You've already forked mckernel
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c0c9192e1ba602dd1fb2085bc81d664ed60a02de
mckernel
/
arch
/
x86
/
kernel
History
NAKAMURA Gou
c0c9192e1b
add prototypes to cpulocal.h
...
+struct x86_cpu_local_variables *get_x86_this_cpu_local(void); +void *get_x86_this_cpu_kstack(void);
2014-04-03 15:33:34 +09:00
..
include
add prototypes to cpulocal.h
2014-04-03 15:33:34 +09:00
context.S
add modification history entry to the following files,
2013-11-14 18:30:06 +09:00
cpu.c
add prototypes to cpulocal.h
2014-04-03 15:33:34 +09:00
interrupt.S
save/restore rbp when entering/leaving kernel (required for fork() in glibc)
2014-04-02 14:02:20 +09:00
local.c
add modification history entry to the following files,
2013-11-14 18:30:06 +09:00
lock.c
add modification history entry to the following files,
2013-11-14 18:30:06 +09:00
memory.c
add vsyscall
2014-01-24 20:18:36 +09:00
mikc.c
add modification history entry to the following files,
2013-11-14 18:30:06 +09:00
perfctr.c
add copyright notice to the following files,
2013-11-14 17:09:58 +09:00
syscall.c
change parameter types of arch-regs to "void *"
2014-04-03 15:33:34 +09:00
trampoline.S
add modification history entry to the following files,
2013-11-14 18:30:06 +09:00
vsyscall.c
add vsyscall
2014-01-24 20:18:36 +09:00