Commit Graph

513 Commits

Author SHA1 Message Date
mintsuki 49b6c1e472 misc: Update binary images 2021-03-10 02:29:46 +01:00
mintsuki 2cfa5b281a acpi: Fix length of RSDP calculation 2021-03-10 02:28:11 +01:00
mintsuki 7c4f71e532 fat32: Fix base calculation for cluster sizes of more than 1 sector 2021-03-07 03:15:45 +01:00
mintsuki d62e9a49a5 limine-install: Fix buffer overflow bug with new stage 2 alignments 2021-03-06 04:02:13 +01:00
mintsuki 361fb431a5 limine-install: Make sure stage 2 chunks are sector aligned 2021-03-04 12:29:59 +01:00
mintsuki 611914b138 disk: Add sanity checks to cache 2021-03-04 11:05:28 +01:00
mintsuki 9504dc6da7 limine-install: Fix bug where wrong command line argument is parsed 2021-02-20 23:06:03 +01:00
JlXip 767be2c09c limine-install: Initialize lb_size so GCC doesn't warn 2021-02-11 21:13:42 +01:00
mintsuki 33058217fa fat32: Fix bug with conversion to 8+3 filename 2021-02-08 19:06:10 +01:00
mintsuki 5ed2c2203a part: Fix bug where an improper buffer size was allocated when indexing all partitions 2021-02-08 18:52:57 +01:00
mintsuki 8c76a0f406 Revert "volume: Replace concept of partition handle with that of volumes, fix bug in indexing volumes along the way"
This reverts commit af31ba949b.
2021-02-08 18:47:52 +01:00
mintsuki 0c12e2f4da Revert "ext2: Change line endings of source files to UNIX"
This reverts commit 6db8694d7f.
2021-02-08 18:47:41 +01:00
mintsuki 6db8694d7f ext2: Change line endings of source files to UNIX 2021-02-06 15:11:14 +01:00
mintsuki af31ba949b volume: Replace concept of partition handle with that of volumes, fix bug in indexing volumes along the way 2021-02-06 15:10:41 +01:00
mintsuki 07887dcc4c linux: Misc protocol bug fixes 2021-01-27 17:31:57 +01:00
mintsuki 02ef011f8e linux: Misc protocol bug fixes 2021-01-27 17:30:58 +01:00
mintsuki beb688d8ca misc: Bump binutils to 2.36 2021-01-27 17:29:46 +01:00
mintsuki c91e96f3e5 sleep: Do not clobber int 0x80 for PIT IRQ handler callback 2021-01-17 16:47:15 +01:00
mintsuki 94c56a030b guid: Add handling of mixed endianness GUIDs 2021-01-17 16:46:38 +01:00
mintsuki fbdd709ba6 misc: Bump stivale commit 2021-01-15 10:20:12 +01:00
mintsuki cde4a592f3 misc: Make build system download stivale headers from stivale repository and delete local copies 2021-01-15 06:27:30 +01:00
mintsuki 638e7bf867 misc: Update warning about unstable branch in README 2021-01-15 06:27:30 +01:00
mintsuki 63ea645359 misc: stivale specifications moved to stivale/stivale 2021-01-15 06:27:30 +01:00
mintsuki fdc89f7631 misc: Add binary architecture flag to objcopy to avoid limine-install build failures on older host toolchains. Fixes #63 2021-01-15 06:27:30 +01:00
mintsuki 0c6baf3591 misc: Update example version of limine in readme 2021-01-04 00:49:39 +01:00
mintsuki 721bedbcc9 fat32: Fix wrong return type issue 2021-01-03 23:33:03 +01:00
mintsuki f527896a2b limine-install: Fix argument order for strstr() call 2021-01-03 19:40:04 +01:00
mintsuki 996f2d60bf misc: Update binary images 2021-01-03 03:01:21 +01:00
mintsuki 406477acaa misc: Bump version 2021-01-03 02:56:48 +01:00
mintsuki 57496ad0c7 stivale2: Implement MTRR Write Combining Framebuffer tag 2021-01-03 02:43:27 +01:00
mintsuki b63fad768a stivale: Clarify some parts of the specification and add bootloader reclaimable type to the memory map entry enum in stivale.h 2021-01-03 01:23:00 +01:00
mintsuki 780c031402 file: Make sure is_memfile is properly cleared 2021-01-02 23:52:25 +01:00
mintsuki 717af1ff87 file: Make sure file buffers are aligned and of the right type 2021-01-02 23:05:30 +01:00
mintsuki 79a9f31ceb file: Add ability to rename memory regions for memory loaded files so they do not have to be allocated twice for things such as compressed module loading 2021-01-02 21:44:27 +01:00
mintsuki 7a0777d7c1 misc: Update link to echfs repository 2021-01-02 17:38:36 +01:00
mintsuki 5d1f87d068 limine-install: Misc adjustments 2021-01-02 17:32:50 +01:00
mintsuki edbc127ffc limine-install: Add _FILE_OFFSET_BITS macro to ensure off_t is 64 bit 2021-01-02 02:16:08 +01:00
mintsuki cdee80d507 limine-install: Sanitise error handling 2021-01-01 22:29:19 +01:00
mintsuki 5c16ea1738 misc: Update screenshot 2021-01-01 13:57:54 +01:00
mintsuki 9b6203609e misc: Update copyright year 2021-01-01 13:36:09 +01:00
mintsuki 821bc2c00d misc: Update binary images 2020-12-31 20:16:45 +01:00
mint f90dbd9377
Merge pull request #62 from Matt8898/unstable
Fix gzip code.
2020-12-31 19:28:29 +01:00
Matteo Semenzato f5c3b494bc Fix gzip code. 2020-12-31 19:15:43 +01:00
mintsuki 747d8a9c0d misc: Update README 2020-12-31 06:13:30 +01:00
mintsuki 4b86708f60 misc: Minor makefile dependency fixes 2020-12-31 04:50:40 +01:00
mintsuki 5197205697 limine-install: Embed limine.bin inside limine-install 2020-12-31 04:39:18 +01:00
mintsuki 18bfa311de misc: Replace conv_mem_alloc() with ext_mem_alloc() where it made sense to do so 2020-12-31 03:40:40 +01:00
mintsuki 366d75e740 misc: Remove limine.h and retrieve LIMINE_VERSION value from current git branch instead 2020-12-30 23:42:39 +01:00
mintsuki 7f1dd08892 limine-install: Only perform physical block aligned reads and writes 2020-12-29 21:02:39 +01:00
mintsuki 4e23f005c9 uri: Make boot resource be an alias of tftp of booted off PXE 2020-12-29 01:01:38 +01:00