Commit Graph

27 Commits

Author SHA1 Message Date
mintsuki
8c76a0f406 Revert "volume: Replace concept of partition handle with that of volumes, fix bug in indexing volumes along the way"
This reverts commit af31ba949b.
2021-02-08 18:47:52 +01:00
mintsuki
af31ba949b volume: Replace concept of partition handle with that of volumes, fix bug in indexing volumes along the way 2021-02-06 15:10:41 +01:00
mintsuki
366d75e740 misc: Remove limine.h and retrieve LIMINE_VERSION value from current git branch instead 2020-12-30 23:42:39 +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
a9ff406d31 uri: Add support for gzip-compressed files 2020-12-27 00:27:47 +01:00
Matteo Semenzato
c5eebbd92c pxe: add stivale2 pxe server info tag 2020-12-10 14:16:42 +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
c0417a875d config: Dynamically allocate buffer for config values when requested 2020-11-27 19:33:34 +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
e3519a6cfa misc: Change config location detection mechanism slightly 2020-11-09 15:04:53 +01:00
mintsuki
98c8921a7e misc: Update background and screenshot 2020-11-09 14:29:53 +01:00
Matteo Semenzato
e7ae195304 Add pxe support 2020-11-05 01:53:18 +01:00
mintsuki
82a715142a part: Some general cleanup 2020-11-02 10:17:20 +01:00
mintsuki
0319b51b4b Use URIs in the last few remaining places, update CONFIG.md 2020-11-01 22:07:10 +01:00
mintsuki
569df8aca8 Use URIs everywhere, update config documentation. Fixes #48 2020-11-01 10:31:35 +01:00
mintsuki
a82dc582c7 Add BIOS drive indexing 2020-10-18 06:23:39 +02:00
mintsuki
47d517bec8 Use URIs instead of explicit drive and partition keys in config file 2020-10-17 06:23:11 +02:00
mintsuki
de0f0da1c6 Move A20 handler out of bootsector and into stage 2 2020-10-15 11:35:49 +02:00
mintsuki
86a69d8724 Add write-combining and MTRR support to speed up VBE framebuffer 2020-09-27 17:39:30 +02:00
mintsuki
7aa9d845e7 Complete background infrastructure and fix some bmp bugs 2020-09-22 00:18:13 +02:00
mintsuki
e721c3c814 Reorganise pmm code 2020-09-20 12:03:44 +02:00
mintsuki
6591a9c32f Fix some warnings in the decompressor and do not use special symbol main() for entry points 2020-09-18 22:15:27 +02:00
mintsuki
c2bf4835ef Add sys/ directory to stage2 2020-09-18 20:02:10 +02:00
mintsuki
1bb1bd2201 Revert to -masm=intel for inline assembly 2020-09-16 17:22:05 +02:00
mintsuki
cb9edd2a7b Reorganise source tree 2020-09-14 19:32:11 +02:00