2006 Commits

Author SHA1 Message Date
mintsuki
d1cb337894 build: Reorganise warning flags 2023-04-14 13:41:41 +02:00
mintsuki
86632c703f build: Use uppercase PIE/PIC compilation flags 2023-04-14 13:41:41 +02:00
mintsuki
f79c111f19 uri: Backport pre-tinf-removal variable assignments v4.20230408.0 2023-04-08 03:53:04 +02:00
mintsuki
aca7e65c2f misc: Revert back to using tinf for all GZ decompression 2023-04-08 03:53:04 +02:00
mintsuki
4f56e0ac8a limine: Fix spurious deprecation warnings coming from limine.h 2023-03-30 08:26:16 +02:00
mintsuki
4e1fe0b784 limine: Add note about deprecation of terminal to PROTOCOL.md v4.20230330.0 2023-03-30 05:40:21 +02:00
mintsuki
f297482dd5 limine: Clarify ambiguity with response revision and internal modules 2023-03-30 05:40:21 +02:00
mintsuki
8e97650ae9 limine: Fix issue with internal modules and kernels in root dir 2023-03-30 05:40:21 +02:00
mintsuki
425a2328f0 limine: Mark terminal as deprecated 2023-03-30 05:40:21 +02:00
mintsuki
f1f56958ea term: Drop in_bootloader for new Flanterm 2023-03-30 05:40:21 +02:00
mintsuki
7a3e1f7773 misc: Updates for Flanterm rebrand 2023-03-30 05:40:21 +02:00
mintsuki
034b5cca50 limine-deploy: Check ferror() before using perror() on fread/fwrite fails 2023-03-30 05:40:21 +02:00
mintsuki
e132b5dfa5 limine: Fix framebuffer pointer in terminal struct being invalid without a framebuffer request 2023-03-30 05:40:21 +02:00
mintsuki
366e8c488a limine: Fix bug where internal modules are parsed with revision < 1 v4.20230325.0 2023-03-25 00:59:27 +01:00
mintsuki
f5cd6e4dd6 limine: Document internal modules v4.20230324.0 2023-03-24 18:56:31 +01:00
mintsuki
48db5dd456 limine: Support relative-to-kernel paths for internal modules 2023-03-24 18:56:31 +01:00
mintsuki
795490e325 limine: Honour LIMINE_INTERNAL_MODULE_REQUIRED flag 2023-03-24 18:56:31 +01:00
mintsuki
a48a90a81a limine: Load internal modules before config modules 2023-03-24 18:56:31 +01:00
mintsuki
328b817474 limine: Implement internal modules concept 2023-03-24 18:56:31 +01:00
mintsuki
6861bb803c build: Split test portion of root makefile to own file 2023-03-24 18:56:31 +01:00
mintsuki
9fa5b1759a build: Minor build system updates 2023-03-24 18:56:31 +01:00
mintsuki
6ce977f8c2 build: Minor build system updates 2023-03-24 18:56:31 +01:00
mintsuki
4aebbfb507 compress: Rename modified tinfgzip wrapper to gzip v4.20230317.0 2023-03-17 21:19:07 +01:00
mintsuki
afb9e3222c build: Remove useless unset commands from common GNUmakefile 2023-03-17 21:19:07 +01:00
mintsuki
411f164b53 build: Use DEFAULT_VAR for all overridable default makefile vars 2023-03-17 21:19:07 +01:00
mintsuki
6f3deecdd2 Revert "build: bootstrap: Do not manually install install-sh"
This reverts commit 5f5c98866e1cfb7dd9ff0bf665a1ee1e5b8ae288.
2023-03-17 21:19:07 +01:00
mintsuki
282d2df6db build: Misc updates for new freestanding-toolchain 2023-03-17 21:19:07 +01:00
mintsuki
852750548e build: Fix up some makefile variable names 2023-03-17 21:19:07 +01:00
mintsuki
b040010cec build: configure: Change some variable names to be more friendly 2023-03-17 21:19:07 +01:00
mintsuki
b39c6e9e93 decompressor: Move tinf directory to decompressor directory 2023-03-17 21:19:07 +01:00
mintsuki
bb8bcab3b6 build: configure: Exit on freestanding-toolchain error v4.20230315.0 2023-03-15 09:55:43 +01:00
mintsuki
ed3858fe11 build: bootstrap: Do not manually install install-sh v4.20230314.0 2023-03-14 21:06:49 +01:00
mintsuki
9efe05df89 build: Add and use PROG_ABSPATH autoconf macro 2023-03-14 21:06:49 +01:00
mintsuki
91acfcc0d1 build: Updates for newer freestanding-toolchain 2023-03-14 21:06:49 +01:00
mintsuki
6a3b441be4 misc: bootstrap: Fix freestanding-toolchain presence check 2023-03-14 21:06:49 +01:00
mintsuki
ebf5c62b8b misc: Do not remove freestanding-toolchain from release tarball v4.20230313.0 2023-03-13 21:40:40 +01:00
mintsuki
9c16545862 misc: Use freestanding-toolchain instead of cross-detect 2023-03-13 21:40:40 +01:00
mintsuki
db099aa213 docs: LICENSE.md -> LICENSE 2023-03-13 21:40:40 +01:00
mintsuki
f381c83055 chainload: LoadOptionsSize should be in bytes. Fixes #254 v4.20230308.0 2023-03-08 15:40:13 +01:00
mintsuki
3f17a0f0f1 protocol: Specify that kernel must be physically contiguous 2023-03-08 07:34:08 +01:00
mintsuki
6523b0bc4e chainload: BIOS: do not rely on 0x7c00 being free v4.20230307.0 2023-03-07 14:01:59 +01:00
mintsuki
39784a2199 vga_textmode: Minor cursor-related bug fixes 2023-03-07 14:01:59 +01:00
mintsuki
97ec5124c2 misc: Load BIOS port at 0xf000 instead of 0x8000 2023-03-07 14:01:59 +01:00
mintsuki
81f4d5dfb4 misc: Change example wallpaper 2023-03-07 14:01:59 +01:00
mintsuki
9f51235ad0 stb_image: Fix free/realloc wrappers to handle being passed NULL v4.20230305.2 2023-03-05 19:01:33 +01:00
mintsuki
edd4454b00 gterm: Fix NULL dereference bug when no wallpaper used v4.20230305.1 2023-03-05 09:49:29 +01:00
mintsuki
77cd8b085a gh: Remove issue templates v4.20230305.0 2023-03-05 09:25:57 +01:00
mintsuki
f92e6706c4 compress/gz: Add hack to allow macOS compressed GZs to load with stbi 2023-03-05 09:25:57 +01:00
mintsuki
7b9600c893 image: Use stbi_image_free() instead of freeing buffer ourselves 2023-03-05 09:25:57 +01:00
mintsuki
baf5f6c2ce stb_image: More proper implementation of malloc/free/realloc macros 2023-03-05 09:25:57 +01:00