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
28c1538f94
rulimine
/
stage2
History
mintsuki
28c1538f94
Bump version number to 0.6
2020-11-01 10:39:49 +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
Use URIs everywhere, update config documentation.
Fixes
#48
2020-11-01 10:31:35 +01: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
Use URIs everywhere, update config documentation.
Fixes
#48
2020-11-01 10:31:35 +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
Bump version number to 0.6
2020-11-01 10:39:49 +01: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
Use URIs everywhere, update config documentation.
Fixes
#48
2020-11-01 10:31:35 +01:00
menu.c
readline: Initial implementation
2020-10-27 08:09:27 +01:00
menu.h
Complete background infrastructure and fix some bmp bugs
2020-09-22 00:18:13 +02:00