mintsuki
c13cc6c84f
Revert "build: Make limine-cd-efi.bin 16MiB in size (use FAT16)"
...
This reverts commit 5db3175b8f
.
2023-07-28 04:20:21 -05:00
mintsuki
965159978c
gterm: Autoscale font on higher resolutions
2023-07-28 04:19:51 -05:00
Kacper Słomiński
d7966d0bf4
limine: Adjust higher half offsets for AArch64
2023-07-26 17:02:47 -05:00
Kacper Słomiński
1a0c38949b
limine: Use a higher-half pointer for the stack on AArch64
2023-07-26 17:02:31 -05:00
mintsuki
051a7a631f
misc: Minor updates to linker scripts
2023-07-26 17:02:04 -05:00
mintsuki
b059e8661d
build: Get rid of OBJCOPY2ELF_FLAGS since only IA-32/BIOS used it
2023-07-26 17:01:50 -05:00
mintsuki
b0a074ad19
ci: Remove openssh dependency no longer required for release
2023-07-26 17:00:56 -05:00
mintsuki
5c13284558
host/limine-enroll-config: Fix typo
2023-07-26 17:00:36 -05:00
mintsuki
eda35f4e9b
docs: Update example Limine version in README to 4.20230709.0
2023-07-09 04:12:40 +02:00
mintsuki
dc8700383b
elf: elf64_load(): Remove accidentally left in debug code
2023-07-09 04:11:19 +02:00
mintsuki
6b87e3fa3d
part: Require keypresses between entry displays in list_volumes()
2023-07-09 04:11:19 +02:00
mintsuki
1235c53da8
misc: Use assembly for memory functions on x86
2023-07-09 04:11:19 +02:00
mintsuki
05cf8dc89c
elf: Fix potential uninitialised usage of bss_size
2023-07-09 04:11:19 +02:00
mintsuki
95c6a2dd63
limine/elf: Optimise not to scan .bss for requests
2023-07-09 04:11:19 +02:00
mintsuki
507688261f
asm: Add missing section directives
2023-06-20 13:26:27 +02:00
mintsuki
95372b71c9
console: Add firmware type command
2023-06-20 11:10:35 +02:00
mintsuki
b15b59659c
gensyms: Filter out non-function symbols
2023-06-20 08:54:55 +02:00
mintsuki
c623317591
docs: Update example Limine version in README to 4.20230615.0
2023-06-15 13:20:44 +02:00
mintsuki
cc387af31d
pmm: Use fixed value of 1024 for recl entries count
2023-06-15 13:08:17 +02:00
mintsuki
fe7910cadf
pmm: Fix change-memmap-in-use bug
2023-06-15 13:08:17 +02:00
mintsuki
3b9d29385c
vmm: Fix page_sizes values and move declaration to top
2023-06-15 10:46:30 +02:00
mintsuki
aa926e7a6b
limine: Backport paging mode request from trunk
2023-06-15 07:28:08 +02:00
mintsuki
5db3175b8f
build: Make limine-cd-efi.bin 16MiB in size (use FAT16)
2023-06-15 03:17:27 +02:00
mintsuki
fdc1332c34
config: Add and document ARCH built-in macro
2023-06-15 02:34:11 +02:00
mintsuki
9a80df3dd0
build: Fix permissions of output files in makefile instead of release recipe
2023-06-15 01:36:09 +02:00
mintsuki
06349a1e33
misc: Add missing EFI executables install commands to host Makefile
2023-06-15 01:24:33 +02:00
mintsuki
bc429f7912
test: Misc updates to the linker script
2023-06-15 01:23:56 +02:00
mintsuki
f9787f2062
docs: BOOT{IA32,X64,AA64}.EFI -> BOOT*.EFI
2023-06-14 00:14:21 +02:00
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