Commit Graph

77 Commits

Author SHA1 Message Date
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
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
13f3ee0932 misc: Make sure relocatable kernels work 2020-12-27 22:10:20 +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
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
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
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
mint
ead1136ca9
Merge pull request #56 from limine-bootloader/embedded_gpt
embedded gpt
2020-12-07 18:37:43 +01:00
mintsuki
d40a6a3619 font: Specify that we use code page 437, use unsigned 8-bit fonts and special characters to print the menu's tree 2020-12-07 17:14:14 +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
2f486fae65 elf32: Fix bug where vaddr was used for memory zeroing instead of paddr 2020-12-05 00:44:29 +01:00
mintsuki
9b7f9e4209 config: Add default expanded entries 2020-12-01 02:52:03 +01:00
mintsuki
c0417a875d config: Dynamically allocate buffer for config values when requested 2020-11-27 19:33:34 +01:00
mintsuki
9cd21c6a30 term: Add double buffering 2020-11-20 19:55:18 +01:00
mintsuki
a8a079425a config: Add full entry editor 2020-11-18 00:13:54 +01:00
mintsuki
536a82627b panic: Do not print stacktrace if map file is not loaded. Fix places where we erroneously appended a newline to a panic string 2020-11-17 01:24:01 +01:00
mintsuki
dc54ee97eb config: Add initial support for config directory entries 2020-11-16 23:31:03 +01:00
mintsuki
8460cee5ca misc: Implement stacktrace 2020-11-15 17:56:10 +01:00
mintsuki
352f74daef stivale2: Fix bug where uri_open return value is tested wrong; uri: Allocate new buffer on uri_resolve 2020-11-10 11:12:56 +01:00
mintsuki
e3519a6cfa misc: Change config location detection mechanism slightly 2020-11-09 15:04:53 +01:00
mintsuki
168716a251 misc: Add config file options for specifying the resolution in a granular way. Other misc bug fixes. Fixes #45 2020-11-09 12:31:47 +01:00
mintsuki
495b1570db vbe: Ensure that the format is xRGB8888 for the graphical menu 2020-11-09 11:15:54 +01:00
mintsuki
ceb51518af misc: Remove 512-byte sector assumptions from various places 2020-11-05 17:18:45 +01:00
mintsuki
f0172ee1ed blib: Make strtoui return the address of the first non-numeric digit 2020-11-05 12:50:42 +01:00
Matteo Semenzato
e7ae195304 Add pxe support 2020-11-05 01:53:18 +01:00
mintsuki
10bd26962a blib: Make strtoui break on first non numeric digit 2020-11-05 01:17:56 +01:00
mintsuki
48a9d06aa2 blib: Update strtoui 2020-11-05 00:50:01 +01:00
mintsuki
82a715142a part: Some general cleanup 2020-11-02 10:17:20 +01:00
mintsuki
c542ff6845 Some general cleanup 2020-11-02 09:20:34 +01:00
mintsuki
0319b51b4b Use URIs in the last few remaining places, update CONFIG.md 2020-11-01 22:07:10 +01:00
mintsuki
038c041208 Add GUID resource type 2020-11-01 21:25:35 +01:00
mintsuki
569df8aca8 Use URIs everywhere, update config documentation. Fixes #48 2020-11-01 10:31:35 +01:00
mintsuki
1de574944a readline: Support delete key 2020-10-27 08:38:43 +01:00
mintsuki
530b4a8f3b readline: Initial implementation 2020-10-27 08:09:27 +01:00
mintsuki
7867d23e45 Fix bug in elf lib where a very large buffer could be accidentally allocated on the stack 2020-10-24 15:27:30 +02:00
mintsuki
e8f1c9437a Change return type of cpuid(), add APIC existance check, do not assume BSP APIC ID to be 0 2020-10-22 15:25:10 +02:00
mintsuki
2b34d88d19 Remove instances in which conv_mem_alloc() was implicitly used as a realloc() as that subtly introduces bugs 2020-10-20 08:51:56 +02:00