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
2024-11-25 09:59:37 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8e4de054d7
limine
/
decompressor
History
mintsuki
8e4de054d7
build: Generally rework build system to easily allow 3rd party toolchains to be used. Drop reliance on libgcc for BIOS builds by shipping our own routines instead
2021-04-03 00:48:38 +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
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
misc: Makefile adjustments
2021-02-22 04:34:36 +01:00
Makefile
build: Generally rework build system to easily allow 3rd party toolchains to be used. Drop reliance on libgcc for BIOS builds by shipping our own routines instead
2021-04-03 00:48:38 +02:00
tinf
misc: Makefile adjustments
2021-02-22 04:34:36 +01:00