Commit Graph

31 Commits

Author SHA1 Message Date
mintsuki 6529246e84 misc: Remove unnecessary ifdefs added in previous commits 2023-10-06 12:19:45 -05:00
mintsuki b2becebbf9 misc: Only allocate memory and modules above 4GiB on 64-bit platforms 2023-10-06 12:19:45 -05:00
mintsuki b2da2d701e pmm: Allow allocations above 4GiB and use them in freadall() 2023-10-06 12:19:45 -05:00
mintsuki e6cc9c9b21 file: Fix several bugs to do with handling of path field 2023-01-20 21:05:24 +01:00
Qwinci 5efd4357dc limine: Add UEFI PXE support based on @qookei's original patch with small changes. 2023-01-20 21:05:24 +01:00
mintsuki 5e29b6574c file: Reimplement a1bcf3c0 without use-after-free bug 2022-10-14 05:42:15 +02:00
mintsuki fc6e44c82c pmm: Misc bug fixes in pmm 2022-09-28 02:10:08 +02:00
mintsuki c44f514738 misc: Rename UEFI and BIOS define macros 2022-09-02 02:29:12 +02:00
mintsuki 27711e3c27 fs: Add case insensitive fopen() for config and system files 2022-09-02 01:12:13 +02:00
mintsuki 07080dcbc2 misc: blib.h -> misc.h 2022-08-26 23:44:47 +02:00
mintsuki fde0447802 fs: Drop NTFS support 2022-08-26 00:20:27 +02:00
mintsuki a17edef7bc ext: Fix next_cwd_len calculation 2022-08-21 07:15:48 +02:00
mintsuki 45f65b6b40 ext: Fix abs-path related bug with symlink handling 2022-08-21 01:10:58 +02:00
mintsuki fe637af458 ext: Properly follow relative symlinks 2022-08-21 00:50:12 +02:00
mintsuki abf86a561a fat: Make signature checking even more lax 2022-07-10 19:50:19 +02:00
mintsuki b1672e4ab9 fat: Loosen up check more and lower its priority in file.s2.c 2022-07-09 12:42:34 +02:00
mintsuki afedae6d08 fat32: Swallow 0x28 and 0xd0 extended boot signatures 2022-07-09 12:25:47 +02:00
mintsuki 7895c6827c ext: Return NULL from get_label() when no label is present 2022-07-07 11:22:43 +02:00
mintsuki ff5d74511a fat: Fix volume label detection 2022-07-07 11:13:45 +02:00
mintsuki 00b9f44255 limine: Fix assignment of paths broken in 0431623 2022-07-07 10:08:55 +02:00
mintsuki 0431623381 fs: Improve layering in how the filesystem API works 2022-07-04 20:16:33 +02:00
mintsuki 0f5a467a78 uri: Add fslabel:// URI scheme as mentioned in #188 2022-07-02 10:43:10 +02:00
mintsuki 9ba7ba47f7 ext: Turn presence of encryption feature to a warning. Closes #179 2022-06-19 20:23:45 +02:00
mintsuki ee69dacb08 fs: Drop echfs support 2022-06-14 23:48:29 +02:00
mintsuki 0c46c16a71 fat: Add missing semicolon 2022-05-07 16:33:40 +02:00
mintsuki c8973ed681 fat: Improve detection code 2022-05-07 16:24:04 +02:00
mintsuki e8fcc85b03 limine: Rework modules/file/kernel_file 2022-03-26 09:27:09 +01:00
mintsuki 652b5447fe limine: Make module paths better defined 2022-03-26 08:36:53 +01:00
mintsuki fb54571b34 limine: PXE and HHDM work 2022-03-17 23:46:48 +01:00
mintsuki e898ef0425 misc: Make VLAs a warning 2022-02-18 01:09:51 +01:00
mintsuki 400202d926 misc: stage23 -> common 2022-02-03 10:38:43 +01:00