Commit Graph

2143 Commits

Author SHA1 Message Date
mintsuki 366e8c488a limine: Fix bug where internal modules are parsed with revision < 1 2023-03-25 00:59:27 +01:00
mintsuki f5cd6e4dd6 limine: Document internal modules 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 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 5f5c98866e.
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 2023-03-15 09:55:43 +01:00
mintsuki ed3858fe11 build: bootstrap: Do not manually install install-sh 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 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 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 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 2023-03-05 19:01:33 +01:00
mintsuki edd4454b00 gterm: Fix NULL dereference bug when no wallpaper used 2023-03-05 09:49:29 +01:00
mintsuki 77cd8b085a gh: Remove issue templates 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
mintsuki 4c8646300a docs: Minor README.md formatting fix 2023-03-05 09:25:57 +01:00
mintsuki 296e0a2684 image: Use stb_image for image loading 2023-03-05 09:25:57 +01:00
mintsuki af495884ba build: Honour CROSS_CPPFLAGS 2023-02-27 01:46:10 +01:00
mintsuki c3a869e185 build: Install markdown docs on install; distclean fix 2023-02-21 03:32:28 +01:00
mintsuki cc6198643e build: Only install limine-deploy.1 man page if built 2023-02-21 03:32:28 +01:00
mintsuki 7cd5abc39d docs: Add man pages for host executables 2023-02-21 03:32:28 +01:00
mintsuki 00f228f750 build: Very minor QOL fixes 2023-02-21 03:32:28 +01:00
mintsuki 4c82fa2574 docs: Update PHILOSOPHY.md to note reason for ext* driver inclusion 2023-02-20 05:10:34 +01:00
mintsuki 2a5d66e99b build: Misc quality-of-life fixes 2023-02-19 10:44:09 +01:00
mintsuki f022bcd195 misc: Let freestanding-headers handle limits.h 2023-02-19 10:44:09 +01:00
mintsuki dee6dc80ba menu: Fix issue introduced in 48053fd2 where TIMEOUT=0 would not show interface 2023-02-16 07:18:05 +01:00
mintsuki 24af4c116e uri/tinfgzip: Minor fixes and layering improvement 2023-02-16 04:19:31 +01:00
mintsuki ccb0d0f738 uri: Fix minor use-after-free bug 2023-02-16 04:19:31 +01:00