Commit Graph

1910 Commits

Author SHA1 Message Date
mintsuki
f587c23ea9 Revert "Revert "ci: Build and check using Alpine instead of Arch"" 2022-12-30 09:14:51 +01:00
mintsuki
94a0131331 ci: Remove website upload portion of workflow 2022-12-30 08:53:40 +01:00
mintsuki
ce16657373 term: Compatibility with new terminal code 2022-12-30 08:31:40 +01:00
mintsuki
0ec3939b6c lib/gterm: Remove now-useless full_refresh() call 2022-12-16 03:53:44 +01:00
mintsuki
042a075923 term: Compatibility with latest terminal changes 2022-12-14 16:35:08 +01:00
mintsuki
f17c9ebb56 host/limine-deploy: Add quiet option. Closes #243 2022-12-14 01:08:25 +01:00
mintsuki
1b5fe8bb4c docs/protocol: Fix syntax highlighting of struct limine_video_mode 2022-12-14 01:08:25 +01:00
TornaxO7
7e331c719a adding bytes description to stack_size 2022-12-14 01:08:25 +01:00
Raphael O
5d6a92e463 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:45:09 +01:00
mintsuki
e72d405981 readline: Fix issue arising from terminal's wraparound handling fix 2022-11-19 08:13:32 +01:00
mintsuki
3586661467 disk: Fix issue where _p struct was not zeroed out in create_disk_index() 2022-11-19 08:13:32 +01:00
beakeyz
409c05c42d Fixed little memory leak in the UEFI build that would make the bootloader crash on systems with larger disks 2022-11-19 08:13:32 +01:00
mintsuki
ffc624bdd7 docs: Add packaging status to README.md 2022-11-19 08:13:32 +01:00
mintsuki
74fbf5276c gop: Remove ConOut logic 2022-11-19 08:13:32 +01:00
Ryan Cohen
5c903dc5bf 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:05:19 +01:00
mintsuki
18100db81a gop: Use ConOut to obtain GOP whenever possible 2022-11-14 07:58:28 +01:00
mintsuki
8e2b91cc63 limine.h: Use C90 style comments for license header 2022-11-14 07:58:28 +01:00
mintsuki
9e76687b42 Revert "gop: Allow user to select which GOP to use in config. Addresses #233"
This reverts commit d82dc64b93.
2022-11-14 07:58:28 +01:00
mintsuki
d07ddd1ce2 Revert "gop: Fix implicit declaration warning introduced in d82dc64b"
This reverts commit c477414c5c.
2022-11-14 07:58:28 +01:00
mintsuki
93d8c16ab9 gop: Fix implicit declaration warning introduced in d82dc64b 2022-11-12 00:40:32 +01:00
mintsuki
e4ba09aa0d gop: Allow user to select which GOP to use in config. Addresses #233 2022-11-12 00:40:32 +01:00
mintsuki
5a2c89285b limine.h: Add license header 2022-11-12 00:40:32 +01:00
mintsuki
dd0ae4117c Revert "smp/x86: Free up trampoline memory after use"
This reverts commit 4b132dc190.
2022-11-02 15:28:08 +01:00
mintsuki
8d9c116ef9 docs/protocol: Clarify file address alignment 2022-10-30 14:57:25 +01:00
mintsuki
a5d8031a76 multiboot2: Support load_addr == -1 2022-10-30 14:57:25 +01:00
mintsuki
4b132dc190 smp/x86: Free up trampoline memory after use 2022-10-30 14:57:25 +01:00
mintsuki
c0c079817d pmm: Work around potential memmap data race in EFI init_memmap() 2022-10-17 06:37:43 +02:00
mintsuki
9da003d53f pmm: Fix AllocatePages() call to take pages count; remove useless alignment check 2022-10-17 06:37:43 +02:00
mintsuki
ac61b6a6f7 pmm: Avoid throwing away big memory ranges that fail to AllocatePages() indiscriminately 2022-10-17 06:37:43 +02:00
mintsuki
935eecb8af Revert "ci: Build and check using Alpine instead of Arch"
This reverts commit 0124dec8f8.
2022-10-16 01:25:44 +02:00
mintsuki
60c27ef1ca stivale: Adjust deprecation message 2022-10-16 01:25:44 +02:00
mintsuki
a8e9328f63 fs: Add fix from 1da478d5 for 4.x dropped filesystems 2022-10-16 01:25:44 +02:00
mintsuki
d43dc03efa linux: Revert 793d0293 2022-10-14 14:28:19 +02:00
mintsuki
d4d1d4a1ba disk: Fix wrong parameter passed to ReadBlocks() 2022-10-14 07:45:12 +02:00
mintsuki
e208b9f9ce docs: Fix formatting issue in PROTOCOL.md 2022-10-14 06:33:19 +02:00
mintsuki
9a3241674e gop: Do not zero default_res out erroneously 2022-10-14 06:33:19 +02:00
mintsuki
500b6690ca limine: Add support for framebuffer modes listing 2022-10-14 06:33:19 +02:00
mintsuki
1da478d5b0 file: Reimplement a1bcf3c0 without use-after-free bug 2022-10-14 06:33:19 +02:00
mintsuki
0124dec8f8 ci: Build and check using Alpine instead of Arch 2022-10-14 06:33:19 +02:00
mintsuki
8c7eabbe0c misc: Update references to hardcoded directories 2022-10-14 06:33:19 +02:00
mintsuki
a843342b62 disk: UEFI: Add BLOCK_IO fallback for volume_from_efi_handle() 2022-10-14 06:33:19 +02:00
mintsuki
f6e2fc55cf disk: On UEFI, improve optical vs non-optical detection 2022-10-14 06:33:19 +02:00
mintsuki
5952e6800c term: Misc improvements for SERIAL=yes on EFI 2022-10-11 05:45:31 +02:00
mintsuki
dec7b48b96 term: Unbreak textmode + serial combo 2022-10-11 05:45:31 +02:00
mintsuki
efbb1a25df gterm: Prevent memory leak gterm_init() failure 2022-10-11 05:45:31 +02:00
mintsuki
f5d6ea44a2 limine: Fix NULL term dereference bug if gterm_init fails 2022-10-11 05:45:31 +02:00
mintsuki
b5fa979581 term: Better ensure term is not accessed when NULL 2022-10-11 05:45:31 +02:00
mintsuki
b259041a4d limine: Do not panic if failing to set up terminal or framebuffer 2022-10-11 05:45:31 +02:00
mintsuki
2d10acb4a9 menu: Use fallback terminal instead of panicking on gterm_init() fail 2022-10-11 05:45:31 +02:00
mintsuki
ddb985c39c limine: Fix bug where NULL term was accessed. Fixes #227 2022-10-11 05:45:31 +02:00