This website requires JavaScript.
Explore
Help
Sign in
stv0g
/
metalsvm
Watch
1
Star
0
Fork
You've already forked metalsvm
0
Code
Issues
Pull requests
Releases
Wiki
Activity
2ad50cc622
metalsvm
/
arch
/
x86
/
mm
History
Stefan Lankes
2ad50cc622
DS & ES registers are used from our kernerl. => By entering/leaving the kernel, saving/restoring of these registers are required.
2012-08-24 14:45:27 +02:00
..
Makefile
add init code, which jumps to 64bit mode and and calls main
2012-05-29 20:47:45 +02:00
page32.c
DS & ES registers are used from our kernerl. => By entering/leaving the kernel, saving/restoring of these registers are required.
2012-08-24 14:45:27 +02:00
page64.c
avoid deadlock by disabling interrupts in map_region
2012-08-01 21:12:55 +02:00
svm.c
define the function shmalloc to allocate a shared page
2012-07-15 05:57:39 -07:00