mintsuki
e1c0d71b97
host/limine-deploy: Add quiet option. Closes #243
2022-12-14 01:12:05 +01:00
mintsuki
a0184f0145
docs/protocol: Fix syntax highlighting of struct limine_video_mode
2022-12-14 01:12:05 +01:00
TornaxO7
9bcaeffcc0
adding bytes description to stack_size
2022-12-14 01:12:05 +01:00
Raphael O
a0933b7316
docs/protocol: Fix wording for reserved/reclaimable
...
Switch from bootloader-reserved to bootloader-reclaimable so that the memory regions reserved and bootloader-reclaimable are not confused.
2022-12-04 10:48:40 +01:00
mintsuki
104e0c5ef1
readline: Fix issue arising from terminal's wraparound handling fix
2022-11-19 08:20:04 +01:00
mintsuki
1c0db86965
disk: Fix issue where _p struct was not zeroed out in create_disk_index()
2022-11-19 08:20:04 +01:00
beakeyz
690c3ccee9
Fixed little memory leak in the UEFI build that would make the bootloader crash on systems with larger disks
2022-11-19 08:20:04 +01:00
mintsuki
a94a0f59c6
docs: Add packaging status to README.md
2022-11-19 08:20:04 +01:00
mintsuki
066244c692
gop: Remove ConOut logic
2022-11-19 08:20:04 +01:00
mintsuki
0f70361281
gop: Use ConOut to obtain GOP whenever possible
2022-11-14 08:10:19 +01:00
mintsuki
2200f373ac
limine.h: Use C90 style comments for license header
2022-11-14 08:10:19 +01:00
mintsuki
e95df146df
Revert "gop: Allow user to select which GOP to use in config. Addresses #233"
...
This reverts commit d82dc64b93
.
2022-11-14 08:10:19 +01:00
mintsuki
b10c5617c1
Revert "gop: Fix implicit declaration warning introduced in d82dc64b"
...
This reverts commit c477414c5c
.
2022-11-14 08:10:19 +01:00
Ryan Cohen
937d2c379c
readline: Fix command line scrolling and cursor wrap-around
...
Fixes `cursor_fwd` to wrap the cursor to the first column when it passes
the bottom right corner of the screen.
Fixes `readline` to update the command line's row position when the
cursor wrap-around causes the screen to scroll up.
2022-11-14 08:10:19 +01:00
mintsuki
76a5873369
gop: Fix implicit declaration warning introduced in d82dc64b
2022-11-12 00:54:30 +01:00
mintsuki
f78243c375
gop: Allow user to select which GOP to use in config. Addresses #233
2022-11-12 00:54:30 +01:00
mintsuki
55a0181b11
limine.h: Add license header
2022-11-12 00:54:30 +01:00
mintsuki
9ae0bcefc9
Revert "smp/x86: Free up trampoline memory after use"
...
This reverts commit ae771dd8a1
.
2022-11-02 15:34:53 +01:00
mintsuki
f9e422b571
docs/protocol: Clarify file address alignment
2022-10-30 15:02:07 +01:00
mintsuki
88d99fa34b
multiboot2: Support load_addr == -1
2022-10-30 15:02:07 +01:00
mintsuki
2fab5311d8
smp/x86: Free up trampoline memory after use
2022-10-30 15:02:07 +01:00
mintsuki
23081f06d5
pmm: Work around potential memmap data race in EFI init_memmap()
2022-10-17 06:45:45 +02:00
mintsuki
f3357648ab
pmm: Fix AllocatePages() call to take pages count; remove useless alignment check
2022-10-17 06:45:45 +02:00
mintsuki
7d0ef9ef24
pmm: Avoid throwing away big memory ranges that fail to AllocatePages() indiscriminately
2022-10-17 06:45:45 +02:00
mintsuki
5a1375f9d7
Revert "ci: Build and check using Alpine instead of Arch"
...
This reverts commit 502f77b30f
.
2022-10-16 01:31:38 +02:00
mintsuki
bda32f7325
linux: Revert 793d0293
2022-10-14 14:34:15 +02:00
mintsuki
8b1c1ef6e5
disk: Fix wrong parameter passed to ReadBlocks()
2022-10-14 07:45:10 +02:00
mintsuki
0f1e929178
docs: Document blake2b checksums related things
2022-10-14 07:45:10 +02:00
mintsuki
5b8f3fe0ee
docs: Fix formatting issue in PROTOCOL.md
2022-10-14 07:45:10 +02:00
mintsuki
5d5f29ffeb
misc: Minor cleanup after #216
2022-10-14 05:42:15 +02:00
czapek1337
2a4cbcecc0
uri: Add checksum validation
2022-10-14 05:42:15 +02:00
czapek1337
5a6cc57773
print: Specifier for printing URIs
2022-10-14 05:42:15 +02:00
mintsuki
9bf0d263ee
gop: Do not zero default_res out erroneously
2022-10-14 05:42:15 +02:00
mintsuki
09941f905b
limine: Add support for framebuffer modes listing
2022-10-14 05:42:15 +02:00
mintsuki
5e29b6574c
file: Reimplement a1bcf3c0
without use-after-free bug
2022-10-14 05:42:15 +02:00
mintsuki
a016008f16
ci: Build and check using Alpine instead of Arch
2022-10-14 05:42:15 +02:00
mintsuki
bdce16444c
misc: Update references to hardcoded directories
2022-10-14 05:42:15 +02:00
mintsuki
1eefb6b6a8
disk: UEFI: Add BLOCK_IO fallback for volume_from_efi_handle()
2022-10-14 05:42:15 +02:00
mintsuki
ed238b7ccf
disk: On UEFI, improve optical vs non-optical detection
2022-10-14 05:42:15 +02:00
mintsuki
0aa3bc05e2
elf: Add overlapping PHDR detection
2022-10-11 06:06:57 +02:00
mintsuki
9d1d910d9c
disk: Only use BLOCK_IO as fallback to DISK_IO when determining optical
2022-10-09 11:09:27 +02:00
mintsuki
2e05e4ca40
disk: On BIOS, change how optical is determined
2022-10-09 11:09:27 +02:00
mintsuki
0744033703
limine: Fix bug which triggered on no-NX where wrong register was used for rd/wrmsr
2022-10-09 11:09:27 +02:00
mintsuki
3af2fb1e84
docs: Update README.md
2022-10-07 10:16:21 +02:00
mintsuki
17be311aeb
menu: Add arrows to indicate overflow for many menu entries
2022-10-07 10:16:21 +02:00
mintsuki
42cc1d8e20
misc: Dynamically allocate EFI memmap copy
2022-10-07 10:16:21 +02:00
mintsuki
15737894cb
menu: Properly handly high number of entries
2022-10-07 10:16:21 +02:00
mintsuki
ea412cfae7
misc: Increase EFI_COPY_MAX_ENTRIES to 2048
2022-10-07 10:16:21 +02:00
mintsuki
4860f95539
limine/smp: Fix stack offset accidentally added twice
2022-10-06 19:20:06 +02:00
mintsuki
6733f194df
menu: Add missing valid keys
2022-10-06 06:38:35 +02:00