mintsuki
|
a8626d6fdd
|
misc: Initial Makefile rework
|
2021-03-08 00:50:23 +01:00 |
mintsuki
|
71d0feb23a
|
tinf: Remove legacy stage 3 stuff
|
2021-03-01 23:51:12 +01:00 |
mintsuki
|
81f39417eb
|
misc: Makefile adjustments
|
2021-02-22 04:34:36 +01:00 |
mintsuki
|
6739ff84ff
|
tinf: Do not share decompressor and stage2/3 decompression code
|
2021-02-21 05:01:18 +01:00 |
mintsuki
|
c778e72af8
|
Fix up make clean
|
2020-10-04 00:01:05 +02:00 |
mintsuki
|
d9b062917a
|
Fix all warnings and add -Werror to CFLAGS so people stop committing broken code
|
2020-10-01 02:16:28 +02:00 |
mintsuki
|
b41fa7e204
|
Fix bugs related to handling real mode switch in inline assembly sections; reenable LTO as that fixes it
|
2020-09-25 22:57:57 +02:00 |
mintsuki
|
ed5d049c72
|
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 |
mintsuki
|
c869ab6f85
|
Add header dependencies to Makefiles
|
2020-09-21 12:46:42 +02:00 |
mintsuki
|
6591a9c32f
|
Fix some warnings in the decompressor and do not use special symbol main() for entry points
|
2020-09-18 22:15:27 +02:00 |
mintsuki
|
8410abb3d9
|
Build gzip and nasm as part of the toolchain to ensure reproducibility
|
2020-09-18 21:38:59 +02:00 |
mintsuki
|
1bb1bd2201
|
Revert to -masm=intel for inline assembly
|
2020-09-16 17:22:05 +02:00 |
mintsuki
|
cb9edd2a7b
|
Reorganise source tree
|
2020-09-14 19:32:11 +02:00 |