Commit Graph

62 Commits

Author SHA1 Message Date
mintsuki
524829370d misc: Initial 3-stage bootloader work 2021-02-20 23:04:06 +01:00
mintsuki
898407760f fat32: Fix bug with conversion to 8+3 filename 2021-02-08 19:09:15 +01:00
mintsuki
e3d59254b5 volume: Replace concept of partition handle with that of volumes, fix bug in indexing volumes along the way 2021-02-06 14:40:55 +01:00
mintsuki
1e80f131c8 linux: Misc protocol bug fixes 2021-01-27 17:24:56 +01:00
mintsuki
81a134b59b linux: Misc protocol bug fixes 2021-01-27 16:16:36 +01:00
mintsuki
b913ecbf44 sleep: Do not clobber int 0x80 for PIT IRQ handler callback 2021-01-17 16:42:15 +01:00
mintsuki
cae6298dce guid: Add handling of mixed endianness GUIDs 2021-01-17 16:36:17 +01:00
mintsuki
5b8132a425 fat32: Fix wrong return type issue 2021-01-03 22:40:54 +01:00
mintsuki
57496ad0c7 stivale2: Implement MTRR Write Combining Framebuffer tag 2021-01-03 02:43:27 +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
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
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
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
1f10b55b29 stivale: Make kaslr a config setting 2020-12-27 23:11:11 +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
34ddbe6f14 part: Add support for MBR extended and logical partitions 2020-12-26 20:02:22 +01:00
mintsuki
57360b15e7 menu: Add support for home and end bindings in textbox 2020-12-19 19:27:10 +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
Matteo Semenzato
c5eebbd92c pxe: add stivale2 pxe server info tag 2020-12-10 14:16:42 +01:00
mintsuki
3d76435d4c stivale: Make bootloader reclaImable entries aligned by spec 2020-12-10 08:47:37 +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
8c910b20e5 uri: Add boot resource 2020-12-09 13:02:05 +01:00
mintsuki
35181c2b54 gpt: Embed stage2 code within GPT structures so an extra partition is not needed 2020-12-06 16:43:38 +01:00
mintsuki
8d04ab1c30 vbe: Add support for user loadable fonts for the menu 2020-12-05 04:42:19 +01:00
mintsuki
6ab44cb04c stivale: Add support for extended colour information 2020-12-05 02:10:02 +01:00
mintsuki
b75b35c557 fat32: General cleanup and optimisation 2020-12-04 14:11:25 +01:00
mintsuki
3ee1ee880b menu: Fix bug where variable may be used uninitialised, make DEFAULT_ENTRY 1-based, add 'no' setting for TIMEOUT 2020-12-03 12:38:53 +01:00
mintsuki
fe022c49f5 menu: Do not have countdown if default entry is a directory 2020-12-02 19:16:38 +01:00
mintsuki
75c51c1e53 misc: Update binary images 2020-12-02 19:09:40 +01:00
N00byEdge
78b19f8713 Add built binaries 2020-12-01 23:53:28 +01:00
mintsuki
99aacedad9 linux: Allocate the relocation buffer for the command line early so it's allocated before the real mode code 2020-12-01 03:49:01 +01:00
mintsuki
a9d69d3823 linux: Fix issue where command line buffer might be in memory in an address outside the range the boot protocol mandates 2020-12-01 03:19:46 +01:00
mintsuki
4c09663a28 menu: Fix issue where command line buffer was allocated in conventional memory and subsequently discarded 2020-12-01 03:09:38 +01:00
mintsuki
9b7f9e4209 config: Add default expanded entries 2020-12-01 02:52:03 +01:00
mintsuki
e7147188e1 vbe: Fix handling of VBE versions older than 3.0 2020-11-29 08:26:08 +01:00