mintsuki
277f3bd722
docs: Mention creating the ESP tree in ISOHYBRID partition
2023-06-13 12:35:17 +02:00
mintsuki
6c4c275c38
docs: Add donations link
2023-06-12 17:46:40 +02:00
mintsuki
d182cc4bac
misc: Updates for new limine-efi
2023-06-12 06:03:09 +02:00
mintsuki
3b199d382a
misc: Updates for new flanterm
2023-06-11 04:56:48 +02:00
mintsuki
5538fef5ea
docs: Update example Limine version in README to 4.20230606.0
2023-06-06 02:02:25 +02:00
mintsuki
f8de2a2262
misc: Remove tinf from tree, pull at bootstrap time
2023-06-06 01:53:06 +02:00
mintsuki
4af9d4a863
test: Use retrage.github.io EDK2 nightly builds for all ports
2023-06-06 01:52:50 +02:00
mintsuki
561af46ab6
protos/linux: Do not zero EFI memmap size on IA-32 EFI
2023-06-06 01:52:03 +02:00
mintsuki
471ddf3c7d
docs/readme: Adjust stb_image.h link to point to dev branch
2023-06-06 01:51:54 +02:00
mintsuki
c2021eefeb
docs: Add Limine pronounciation link to README.md
2023-06-06 01:51:43 +02:00
mintsuki
2208f0599f
test: Fix copying mistake (typo)
2023-06-06 01:51:30 +02:00
Bryce Lanham
dceb954807
Fix netboot in configs where BLOCK_IO does not exist
...
For example, netbooting qemu-system-aarch64 with no drive specified will
result in OVMF not loading the BLOCK_IO_PROTOCOL, causing a panic in
disk.s2.c.
2023-06-06 01:51:20 +02:00
mintsuki
906c346987
docs: Update example Limine version in README to 4.20230530.0
2023-05-30 22:44:13 +02:00
mintsuki
04a57cdfdd
disk/efi: Do not use DISK_IO protocol and fix buffer reuse bug
2023-05-30 22:44:13 +02:00
mintsuki
f03b240287
misc: Use C instead of asm for mem*() family of functions
2023-05-30 22:44:13 +02:00
mintsuki
e772b99c77
docs: Update example Limine version in README to 4.20230529.0
2023-05-29 13:15:16 +02:00
mintsuki
3054354e7e
ci: Fix permissions of certain files in binary branch
2023-05-29 13:15:16 +02:00
mintsuki
092df95a44
build/uefi: Remove now-useless -DGNU_EFI_USE_MS_ABI flag
2023-05-29 13:15:16 +02:00
mintsuki
6676a3a615
build/uefi: Pass -fshort-wchar to CC
2023-05-29 13:15:16 +02:00
mintsuki
0c66863d3e
docs: Update example Limine version in README
2023-05-14 09:28:25 +02:00
mintsuki
68be84f075
stb_image: Track dev branch
2023-05-14 09:28:25 +02:00
mintsuki
3806246108
host: Perform compile-time endian check if supported
2023-05-14 09:28:25 +02:00
mintsuki
fe76ce8f0b
elf: Improve detection of relocatable ELFs
2023-05-14 09:28:25 +02:00
mintsuki
92341a02ad
docs: Update example Limine version in README
2023-05-03 22:51:14 +02:00
mintsuki
f6ef193d5c
stb_image: Update to commit with zlib EOF bug fixed
2023-05-03 22:51:14 +02:00
mintsuki
2bf751a48a
Revert "compress/gz: Add hack to allow macOS compressed GZs to load with stbi"
...
This reverts commit 1dd75a18ac
.
2023-05-03 22:51:14 +02:00
mintsuki
a740e84d15
Revert "misc: Revert back to using tinf for all GZ decompression"
...
This reverts commit 3438b8d235
.
2023-05-03 22:51:14 +02:00
mintsuki
5dce921e25
Revert "uri: Backport pre-tinf-removal variable assignments"
...
This reverts commit 514522125b
.
2023-05-03 22:51:14 +02:00
mintsuki
447de6d90b
build: Remove some empty lines in dist make target
2023-05-03 22:51:14 +02:00
Bryce Lanham
f3f09eca49
multiboot1: also fix elf32 section loading
...
As with the prior mb2 fix, use the correct size elf section header for
32 bit elf
2023-05-03 22:51:14 +02:00
Bryce Lanham
b7bca1b000
multiboot2: fix 32 bit elf section loading
...
Existing code was using 64 bit elf section header unconditionally. This
commit fixes that :)
2023-05-03 22:51:14 +02:00
mintsuki
4960086ec6
hgen: Add extra sed command for handling Solaris's od
2023-05-03 22:51:14 +02:00
mintsuki
9ff988ed74
pxe: Add and use constant PXE ACK packet size and fix BIOS PXE ACK struct
2023-04-28 05:21:06 +02:00
mintsuki
27cf36fbc8
menu: Do not initialise textmode terminal if QUIET=yes. Addresses #269
2023-04-28 05:21:06 +02:00
mintsuki
b58de84b8e
bootstrap: Add BOOTSTRAP_NO_SHALLOW_CLONES support
2023-04-28 05:21:06 +02:00
Bryce Lanham
988ca16212
Implement Multiboot2 network tag
...
Added caching of the dhcp response in the pxe code, and then adding the
tag containing it.
2023-04-28 05:21:06 +02:00
Bryce Lanham
04cc4390b4
Fix PXE BIOS boot when using a proxy DHCP server
2023-04-22 12:16:20 +02:00
mintsuki
259ab0166e
build: Sanitise autoconf substitutions with gmake variables
2023-04-22 12:15:50 +02:00
mintsuki
09e38cc9c4
build: Pass proper warning flags to nasm
2023-04-22 12:14:14 +02:00
mintsuki
3bed9986b3
docs: Document TEXTMODE config for multiboot 1 and 2
2023-04-14 13:41:41 +02:00
mintsuki
72a6d921c8
multiboot1: Support TEXTMODE config as with Linux/mb2 protocols
2023-04-14 13:41:41 +02:00
mintsuki
cbc7e5a860
textmode: Actually disable term hooking on non-managed initialisation
2023-04-14 13:41:41 +02:00
K. Lange
616ee9cf21
multiboot2: ignore unsupported tags if they are marked optional
2023-04-14 13:41:41 +02:00
K. Lange
aae6aa1cea
multiboot2: Support TEXTMODE config as with linux
2023-04-14 13:41:41 +02:00
mintsuki
77591d21b1
multiboot2: Fix lack of argument to panic format string
2023-04-14 13:41:41 +02:00
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
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