This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
limine
Watch
1
Star
0
Fork
0
You've already forked limine
mirror of
https://github.com/limine-bootloader/limine
synced
2025-02-12 23:24:02 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
limine
/
stage2
/
mm
History
mintsuki
970b4e3fc9
misc: Fix a bunch of warnings related to potentially used uninitialised variables
2020-11-16 21:23:11 +01:00
..
mtrr.c
Change return type of cpuid(), add APIC existance check, do not assume BSP APIC ID to be 0
2020-10-22 15:25:10 +02:00
mtrr.h
…
pmm.c
pmm: Only align memory map when explicitly requested as not to fragment ext_mem allocations too much
2020-11-14 13:29:30 +01:00
pmm.h
Remove conv_mem_rewind() as it could be a dangerous source of bugs, modify code that used it accordingly
2020-10-20 02:38:01 +02:00
vmm.c
misc: Fix a bunch of warnings related to potentially used uninitialised variables
2020-11-16 21:23:11 +01:00
vmm.h
…