Commit Graph

630 Commits

Author SHA1 Message Date
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
mintsuki 8c910b20e5 uri: Add boot resource 2020-12-09 13:02:05 +01:00
mintsuki 9c5298530d misc: Update binary images 2020-12-07 19:00:38 +01:00
mint ead1136ca9
Merge pull request #56 from limine-bootloader/embedded_gpt
embedded gpt
2020-12-07 18:37:43 +01:00
mintsuki 475abd6024 misc: Revert binary files to unstable's state as to make the PR mergeable 2020-12-07 18:36:39 +01:00
mintsuki eeb647d07c limine-install: Add more sanity checks and give the choice to install stage 2 to a partition with GPT 2020-12-07 18:20:52 +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 8d04ab1c30 vbe: Add support for user loadable fonts for the menu 2020-12-05 04:42:19 +01:00
mintsuki 34138387a3 docs: Document sub-entries and default expanded entries 2020-12-05 04:31:54 +01:00
mintsuki 6ab44cb04c stivale: Add support for extended colour information 2020-12-05 02:10:02 +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 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
mint 60b72aee6a
Merge pull request #55 from N00byEdge/pxe_smaller_packets_fix
Don't stop download if tftp server sends packets smaller than the negotiated mtu
2020-12-02 19:08:20 +01:00
N00byEdge 78b19f8713 Add built binaries 2020-12-01 23:53:28 +01:00
N00byEdge 0c81b639fb Don't stop download if tftp server sends packets smaller than the negotiated mtu 2020-12-01 23:50:49 +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 8c4f3ecfde misc: Make distclean Makefile target actually clean everything 2020-11-29 23:45:18 +01:00
mintsuki e7147188e1 vbe: Fix handling of VBE versions older than 3.0 2020-11-29 08:26:08 +01:00
mintsuki c0417a875d config: Dynamically allocate buffer for config values when requested 2020-11-27 19:33:34 +01:00
mintsuki 81b9911613 pmm: Panic if there is an attempt to reserve a memory range below 1 MiB 2020-11-25 02:25:00 +01:00
mintsuki af78abb14b pmm: Fix bug where align_entry() would return the wrong error value 2020-11-24 00:19:00 +01:00
mintsuki 9cd21c6a30 term: Add double buffering 2020-11-20 19:55:18 +01:00
mintsuki ed590257af misc: Reuse buffers that hold the paths of module files for protocols 2020-11-18 00:53:11 +01:00
mintsuki a8a079425a config: Add full entry editor 2020-11-18 00:13:54 +01:00
mintsuki 6cdae13b2b makefile: Make test targets depend on all 2020-11-17 01:33:30 +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 85b4d063a8 menu: Prettify print_tree() 2020-11-17 00:50:26 +01:00
mintsuki dc54ee97eb config: Add initial support for config directory entries 2020-11-16 23:31:03 +01:00
mintsuki 970b4e3fc9 misc: Fix a bunch of warnings related to potentially used uninitialised variables 2020-11-16 21:23:11 +01:00
mint 873ebc3878
Merge pull request #54 from Matt8898/unstable
Add pxe documentation.
2020-11-16 19:05:41 +01:00
Matteo Semenzato 1e0ed9aa5f Add pxe documentation. 2020-11-16 17:53:15 +01:00
mint f2d40775b0 Update issue templates 2020-11-16 15:40:13 +01:00
mintsuki c33d6c1d15 misc: Document STAGE2_MAP config key 2020-11-16 15:22:44 +01:00
mintsuki 6fd8eb0531 ext2: Add initial symlink support. Fixes #53 2020-11-16 15:00:57 +01:00
mintsuki 7b6fe03a40 misc: Upload stage2.map 2020-11-15 17:57:43 +01:00
mintsuki 8460cee5ca misc: Implement stacktrace 2020-11-15 17:56:10 +01:00
mintsuki 36b5be1380 pmm: Only align memory map when explicitly requested as not to fragment ext_mem allocations too much 2020-11-14 13:29:30 +01:00
mintsuki 769ab76e78 ext2: Improve performance of non-ext4 inode reads by caching the block chain 2020-11-14 04:13:23 +01:00
mintsuki 754f1a35b7 ext2: Fix bug where tokens were not appended a 0 terminator when examining path 2020-11-14 00:59:28 +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