This website requires JavaScript.
Explore
Help
Register
Sign In
lby
/
lk
Watch
1
Star
0
Fork
0
You've already forked lk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d0eb5c464e1f0c91b4eec3fdcb4933114ba152c7
lk
/
arch
/
x86
/
32
History
Travis Geiselbrecht
0ac0911404
[arch][x86] save the translated kernel pgdir physical address
...
This keeps from needing to recompute it on every context switch back to the kernel aspace.
2025-04-13 22:43:28 -07:00
..
asm.S
[license] replace the longer full MIT license with a shorter one
2019-07-05 17:22:23 -07:00
exceptions.S
[arch][x86] start getting inter-processor-interrupts working
2025-04-01 00:40:50 -07:00
gdt.S
[arch][x86] split the single GDT.S into two separate ones per subarch
2024-12-12 22:23:50 -08:00
kernel.ld
[arch][x86] flatten x86-64 and x86 into a single tree of code
2016-02-29 12:42:45 -08:00
mmu.c
[arch][x86] save the translated kernel pgdir physical address
2025-04-13 22:43:28 -07:00
ops.S
[arch][x86] switch x86 to the builtin atomics
2020-05-16 14:29:21 -07:00
spinlock.S
[arch][x86] implement basic spinlocks
2025-04-01 20:10:18 -07:00
start.S
[arch][x86] save the translated kernel pgdir physical address
2025-04-13 22:43:28 -07:00