Commit Graph

491 Commits

Author SHA1 Message Date
mintsuki 0bc87d660c misc: Make build system download stivale headers from stivale repository and delete local copies 2021-01-15 05:14:20 +01:00
mintsuki 3184e0a026 misc: Update warning about unstable branch in README 2021-01-15 05:08:21 +01:00
mintsuki 9363b8c4db misc: stivale specifications moved to stivale/stivale 2021-01-15 04:17:49 +01:00
mintsuki bb7030d39e misc: Add binary architecture flag to objcopy to avoid limine-install build failures on older host toolchains. Fixes #63 2021-01-15 03:58:59 +01:00
mintsuki ef4dfdd45e misc: Update example version of limine in readme 2021-01-04 00:48:45 +01:00
mintsuki 5b8132a425 fat32: Fix wrong return type issue 2021-01-03 22:40:54 +01:00
mintsuki 7674fa6ac0 limine-install: Fix argument order for strstr() call 2021-01-03 19:39:28 +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
mintsuki 3f3971415d config: Search for tomatboot.cfg config files as well 2020-12-28 23:46:00 +01:00
mintsuki ed0212bd0d misc: Update binary images 2020-12-28 13:51:02 +01:00
mint a3a418b768
Merge pull request #59 from N00byEdge/hyperv-ipi
Set the 'level' flag when sending Init and Startup IPIs
2020-12-28 13:49:43 +01:00
N00byEdge 0cfb67ef24 Set the 'level' flag when sending Init and Startup IPIs 2020-12-28 13:44:52 +01:00
mintsuki 0c96d0a973 misc: Clarify config docs on E9 and COM1 2020-12-28 02:07:55 +01:00
mintsuki b12e874530 misc: Support COM1 debug output 2020-12-28 01:04:55 +01:00
mintsuki fcd3848a22 elf: Fix bug where slide was not added to entry point address 2020-12-28 00:00:49 +01:00
mintsuki 4bebeba64b kaslr: Update documentation 2020-12-27 23:51:27 +01:00
mintsuki 8bb0db92d0 rand: Fix allocation bug 2020-12-27 23:12:07 +01:00
mintsuki 1f10b55b29 stivale: Make kaslr a config setting 2020-12-27 23:11:11 +01:00
mintsuki 5bc1e8d830 misc: Remove compressed bg 2020-12-27 22:23:06 +01:00
mintsuki 13f3ee0932 misc: Make sure relocatable kernels work 2020-12-27 22:10:20 +01:00
mintsuki faae7a002c vbe: Fix bug where the vbe tty double buffer did not properly refresh 2020-12-27 19:32:18 +01:00
mintsuki a9ff406d31 uri: Add support for gzip-compressed files 2020-12-27 00:27:47 +01:00
mintsuki 9bff739de1 limine-install/gpt: Fix broken comparison of partition count and print out partition count when embedding 2020-12-26 20:38:30 +01:00
mintsuki 34ddbe6f14 part: Add support for MBR extended and logical partitions 2020-12-26 20:02:22 +01:00
mintsuki 0daaa565f3 misc: Update readme and screenshot 2020-12-19 19:38:32 +01:00
mintsuki 57360b15e7 menu: Add support for home and end bindings in textbox 2020-12-19 19:27:10 +01:00
mintsuki 1f0636bcb7 limine-install: Fix type mismatch bug 2020-12-19 18:30:39 +01:00
mintsuki ac08fbc578 menu: Report to the user when text buffer is saturated 2020-12-19 18:28:11 +01:00
mintsuki 1281a24df6 menu: Gracefully handle long lines wrapping in the textbox 2020-12-19 17:10:28 +01:00
mintsuki 09ae5a21cc panic: Go back to real mode instead of hanging with interrupts disabled so BIOS can handle events like ctrl-alt-delete 2020-12-19 13:52:29 +01:00