Commit Graph

467 Commits

Author SHA1 Message Date
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
mintsuki 92814b4728 misc: Rename master to unstable 2020-11-09 14:38:32 +01:00
mintsuki 98c8921a7e misc: Update background and screenshot 2020-11-09 14:29: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 cfb1734f43 vbe: Implement more expressive framebuffer tag (fixes #37) 2020-11-08 11:59:23 +01:00
mintsuki 6d232193cf stivale: Fix pagemap not mapping every memmap entry bug 2020-11-07 23:50:01 +01:00
mintsuki 1390062494 linux: Add possibility to load multiple modules 2020-11-07 22:21:30 +01:00
mintsuki 03413047c3 CONFIG.md: Add missing color to list 2020-11-05 17:49:38 +01:00
mintsuki ceb51518af misc: Remove 512-byte sector assumptions from various places 2020-11-05 17:18:45 +01:00
mintsuki 1ead86ef70 bootsect: Do not assume 512-byte sectors 2020-11-05 17:00:15 +01:00
mintsuki dbb88b5928 Update CONFIG.md 2020-11-05 13:36:42 +01:00
mintsuki 65b39a4111 menu: Make theme colours a single key 2020-11-05 13:29:42 +01:00
mintsuki f0172ee1ed blib: Make strtoui return the address of the first non-numeric digit 2020-11-05 12:50:42 +01:00