Commit Graph

401 Commits

Author SHA1 Message Date
mintsuki 39e812251b elf32: Fix bug where vaddr was used for memory zeroing instead of paddr 2020-12-05 01:14:16 +01:00
mintsuki 533fd3afba fat32: General cleanup and optimisation 2020-12-05 01:13:13 +01:00
mintsuki 317937e545 misc: Make distclean Makefile target actually clean everything 2020-12-05 01:12:07 +01:00
mintsuki 895880dd31 misc: Update binary image 2020-12-05 01:11:38 +01:00
N00byEdge c824f8cbd6 Don't stop download if tftp server sends packets smaller than the negotiated mtu 2020-12-05 01:11:07 +01:00
mintsuki 5c87714541 vbe: Fix handling of VBE versions older than 3.0 2020-11-29 08:43:46 +01:00
mintsuki 3a8c9fc52c misc: Reuse buffers that hold the paths of module files for protocols 2020-11-29 08:38:46 +01:00
mintsuki 90c7bc4e3e pmm: Panic if there is an attempt to reserve a memory range below 1 MiB 2020-11-29 08:30:10 +01:00
mintsuki 6cdb9fff24 pmm: Fix bug where align_entry() would return the wrong error value 2020-11-24 00:44:15 +01:00
mintsuki 5b9a43d684 misc: Fix a bunch of warnings related to potentially used uninitialised variables 2020-11-16 21:28:50 +01:00
Matteo Semenzato 2f4f645ea7 Add pxe documentation. 2020-11-16 20:59:52 +01:00
mint 4fea06416c Update issue templates 2020-11-16 20:59:01 +01:00
mintsuki 2c82991b19 misc: Document STAGE2_MAP config key 2020-11-16 20:58:51 +01:00
mintsuki be17ed18dc ext2: Add initial symlink support. Fixes #53 2020-11-16 20:58:23 +01:00
mintsuki 4c67bd0a16 misc: Upload stage2.map 2020-11-16 20:58:03 +01:00
mintsuki 0e8ceb28e5 misc: Implement stacktrace 2020-11-16 20:57:55 +01:00
mintsuki ee1aee301b pmm: Only align memory map when explicitly requested as not to fragment ext_mem allocations too much 2020-11-14 13:53:13 +01:00
mintsuki 7a03b32167 ext2: Improve performance of non-ext4 inode reads by caching the block chain 2020-11-14 13:53:02 +01:00
mintsuki 3fe4cb8298 ext2: Fix bug where tokens were not appended a 0 terminator when examining path 2020-11-14 13:52:45 +01:00
mintsuki c15e8527d4 stivale2: Fix bug where uri_open return value is tested wrong; uri: Allocate new buffer on uri_resolve 2020-11-10 11:13: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
mint 1ed9857231
Merge pull request #50 from Matt8898/master
Add pxe support
2020-11-05 01:55:26 +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 d7ec93d01d bootsect: Move jump to stage2 to second half of bootsector 2020-11-05 01:04:49 +01:00
mintsuki d799658be4 bootsect: Remove useless instructions 2020-11-05 00:56:52 +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 bacef9fcce Add warning about using master branch to README.md 2020-11-01 21:38:56 +01:00
mintsuki 038c041208 Add GUID resource type 2020-11-01 21:25:35 +01:00
mintsuki 28c1538f94 Bump version number to 0.6 2020-11-01 10:39:49 +01:00
mintsuki 569df8aca8 Use URIs everywhere, update config documentation. Fixes #48 2020-11-01 10:31:35 +01:00
mintsuki 849d05c757 Add missing config keys to documentation. Fixes #47 2020-10-30 06:52:15 +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