Commit Graph

1627 Commits

Author SHA1 Message Date
mintsuki
11f9786de2 build: Fix make call in limine-install target 2022-01-16 20:41:33 +01:00
mintsuki
5c9426e9ef build: Add make uninstall target 2022-01-16 20:08:53 +01:00
mintsuki
4b65a49ddd build: Fix autogen.sh invocation in make dist 2022-01-16 20:02:10 +01:00
mint
ceb1b80bd3
Merge pull request #147 from ilobilo/patch-1
added missing slash
2022-01-16 19:43:39 +01:00
ilobilo
7a74d2d001
added slash 2022-01-16 16:03:03 +04:00
mintsuki
4fd8fd10f9 build: Fix up version.sh 2022-01-16 06:34:15 +01:00
mintsuki
3bb70dcbee build: Move to using autoconf 2022-01-16 06:09:36 +01:00
mintsuki
351031e212 disk: UEFI related adjustments 2022-01-14 02:06:39 +01:00
mintsuki
c842fc650f Revert "disk: Fix logic issue with UEFI volume detection"
This reverts commit 19bd781661.
2022-01-14 02:06:39 +01:00
mintsuki
88e7bcc13a disk: UEFI related adjustments 2022-01-14 02:04:22 +01:00
mintsuki
6223f65bff Revert "disk: Fix logic issue with UEFI volume detection"
This reverts commit 19bd781661.
2022-01-14 02:04:22 +01:00
mintsuki
0eba7b0a95 Revert "disk: Bug fix in find_unique_sectors()"
This reverts commit a9e8f32851.
2022-01-14 02:04:22 +01:00
mintsuki
a9e8f32851 disk: Bug fix in find_unique_sectors() 2022-01-13 19:38:43 +01:00
mintsuki
852e6fe812 build: Make install should not depend on all 2022-01-10 14:18:42 +01:00
mintsuki
3eecacf139 multiboot2: Pass actual size of all tags rather than allocated size 2022-01-10 14:18:42 +01:00
mintsuki
3277ad25cf build: Make install should not depend on all 2022-01-10 14:12:33 +01:00
mintsuki
96bcbfde46 multiboot2: Pass actual size of all tags rather than allocated size 2022-01-10 13:37:44 +01:00
mintsuki
98949a01a2 ext2: Do not panic on feature checks when testing signature 2022-01-09 21:07:14 +01:00
mintsuki
dbdeae5ac5 disk: Fix logic issue with UEFI volume detection 2022-01-09 21:07:14 +01:00
mintsuki
ff63edc71d ext2: Do not panic on feature checks when testing signature 2022-01-09 21:04:46 +01:00
mintsuki
19bd781661 disk: Fix logic issue with UEFI volume detection 2022-01-09 20:43:51 +01:00
mintsuki
16c193a710 gh: Update issue template 2022-01-08 19:40:36 +01:00
mintsuki
6ebc425c22 ext4: Fix bogus pmm_free() bugs. Fixes #146 2022-01-08 19:40:36 +01:00
mintsuki
93ab7a2ad3 gh: Update issue template 2022-01-08 19:38:29 +01:00
mintsuki
e83ae58854 ext4: Fix bogus pmm_free() bugs. Fixes #146 2022-01-08 19:35:55 +01:00
mintsuki
30947f4d83 disk: Limit size of fastest_xfer_size on UEFI 2022-01-06 11:21:06 +01:00
mintsuki
b25cd49b6a term: Move fallback logic from panic.s2.c to term.s2.c 2022-01-06 11:21:06 +01:00
mintsuki
17c59eebd4 disk: Limit size of fastest_xfer_size on UEFI 2022-01-06 11:03:12 +01:00
mintsuki
a494a1d47a term: Move fallback logic from panic.s2.c to term.s2.c 2022-01-05 16:03:26 +01:00
streaksu
792ef92073 disk: Make disk_read_sectors() return errors instead of bool 2022-01-03 23:02:30 +01:00
mint
8f84178dbe
Merge pull request #145 from streaksu/trunk
disk: Make disk_read_sectors() return errors instead of bool
2022-01-03 19:14:50 +01:00
streaksu
0eebfaa588 disk: Make disk_read_sectors() return errors instead of bool 2022-01-03 18:58:37 +01:00
mintsuki
76ff0c1c80 build: Makefile -> GNUmakefile 2022-01-02 13:06:48 +01:00
mintsuki
291d45d9fb build: Makefile improvements 2022-01-02 13:06:48 +01:00
mintsuki
85dba6d595 disk: Fail disk_read_sectors() on any error code 2022-01-02 13:06:48 +01:00
mintsuki
7adda92032 disk: Use stdalign.h instead of GCC attribute 2022-01-02 13:06:48 +01:00
mintsuki
e06f7a3a3c misc: Update copyright years 2022-01-02 13:06:48 +01:00
mintsuki
a2e6051451 misc: Move to standard C11 noreturn 2022-01-02 13:06:48 +01:00
mintsuki
a14bf5b2c9 build: Makefile -> GNUmakefile 2022-01-02 12:54:31 +01:00
mintsuki
fa79132281 build: Makefile improvements 2022-01-02 12:45:15 +01:00
mintsuki
cc8528e2d0 disk: Fail disk_read_sectors() on any error code 2022-01-02 12:34:55 +01:00
mintsuki
6fad120218 disk: Use stdalign.h instead of GCC attribute 2022-01-01 13:15:53 +01:00
mintsuki
7a0bf62e5a misc: Update copyright years 2022-01-01 13:01:45 +01:00
mintsuki
3402b22cb6 misc: Move to standard C11 noreturn 2021-12-31 10:58:05 +01:00
mintsuki
dce8fc92f4 volume: Catch xfer_size==0 condition in cache_block() 2021-12-29 01:24:58 +01:00
mintsuki
4d7d9e9c1a libgcc: Small __*divmoddi4 bug fix 2021-12-29 01:24:58 +01:00
mintsuki
97eaf2777d volume: Catch xfer_size==0 condition in cache_block() 2021-12-29 01:18:41 +01:00
mintsuki
63c3f48f49 libgcc: Small __*divmoddi4 bug fix 2021-12-29 01:14:11 +01:00
mintsuki
00f7b00cf6 volume: Fix bug where reads close to the end of drive may fail 2021-12-24 00:32:46 +01:00
mintsuki
88864b2695 limine-install: Fix broken argc comparison 2021-12-24 00:32:46 +01:00