This website requires JavaScript.
Explore
Help
Sign In
Aren
/
rulimine
Watch
1
Star
0
Fork
You've already forked rulimine
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b8b7a798d4
rulimine
/
stage2
History
mintsuki
b8b7a798d4
LAPIC: Fix bug where wrong CPUID bit was tested to check for APIC
2020-10-26 17:36:35 +01:00
..
drivers
BIOS disk driver: do not make assumptions about sector size being 512 bytes
2020-10-18 06:35:20 +02:00
fs
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
lib
Fix bug in elf lib where a very large buffer could be accidentally allocated on the stack
2020-10-24 15:27:30 +02:00
mm
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
protos
SMP: Fix struct duplication bug
2020-10-25 12:41:13 +01:00
sys
LAPIC: Fix bug where wrong CPUID bit was tested to check for APIC
2020-10-26 17:36:35 +01:00
Makefile
Add BIOS drive indexing
2020-10-18 06:23:39 +02:00
entry.asm
Fix some warnings in the decompressor and do not use special symbol main() for entry points
2020-09-18 22:15:27 +02:00
limine.h
Finish implementing SMP
2020-09-18 19:02:47 +02:00
linker.ld
Fix issue with int 13h DAP potentially not fitting within a single real mode segment; load stage 2 at 0x8000 and disable LTO as it is broken for some unknown reasons now
2020-09-25 22:36:26 +02:00
main.c
Add BIOS drive indexing
2020-10-18 06:23:39 +02:00
menu.c
VBE: Add margin gradient
2020-09-30 17:29:07 +02:00
menu.h
Complete background infrastructure and fix some bmp bugs
2020-09-22 00:18:13 +02:00