Commit Graph

527 Commits

Author SHA1 Message Date
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
mintsuki
675e73e759 menu: Small cosmetic changes to textbox 2020-12-18 23:01:03 +01:00
mintsuki
b5bca98333 menu: Implement prettier entry edit textbox which handles scrolling 2020-12-18 22:38:18 +01:00
mintsuki
9538d62068 menu: Cleanup way escaping editor is handled and check for \n instead of \r in main menu 2020-12-15 07:45:59 +01:00
mintsuki
22ba144d98 getchar: Return \n when return is pressed instead of passing through \r from int 10h 2020-12-15 07:40:19 +01:00
mintsuki
b8e580b16c limine-install: General code cleanup 2020-12-15 07:22:16 +01:00
mint
50541a7d05
Merge pull request #57 from Matt8898/unstable
pxe: add stivale2 pxe server info tag
2020-12-10 15:36:04 +01:00
Matteo Semenzato
c5eebbd92c pxe: add stivale2 pxe server info tag 2020-12-10 14:16:42 +01:00
mintsuki
18992d92ec docs: Explicitly state that the bootloader may ignore kernel header tags in stivale2 2020-12-10 09:00:07 +01:00
mintsuki
3d76435d4c stivale: Make bootloader reclaImable entries aligned by spec 2020-12-10 08:47:37 +01:00
mintsuki
ed939eb6d9 docs: Document MENU_BRANDING config key 2020-12-10 07:34:45 +01:00
mintsuki
cdfc454ae2 menu: Support changing branding title screen 2020-12-10 07:32:15 +01:00
mintsuki
0a8eae7bbe uri: Make 'uuid' an alias of 'guid' 2020-12-10 07:22:06 +01:00
mintsuki
08d53bff58 part: Implement unified namespace between GPT partition UUIDs and filesystem UUIDs 2020-12-10 07:13:52 +01:00
mintsuki
7545864f5b misc: Bump version to 0.7 2020-12-10 06:52:26 +01:00