Commit Graph

71 Commits

Author SHA1 Message Date
mintsuki 7e786cee81 misc: Misc adjustments 2021-02-25 06:12:32 +01:00
JlXip 7677c6109d iso9660: back to stage2+decompressor 2021-02-25 03:34:23 +01:00
mintsuki 326bcbfa29 misc: Misc adjustments 2021-02-25 01:47:48 +01:00
mintsuki 27848fc85c misc: General code reorganisation 2021-02-25 01:24:54 +01:00
mintsuki 0673962817 misc: Code reorganisation 2021-02-22 20:43:51 +01:00
JlXip 34460c31a5 iso9660 2021-02-22 06:00:23 +01:00
JlXip 8141ff540b misc: More Makefile adjustments 2021-02-22 04:49:39 +01:00
mintsuki 81f39417eb misc: Makefile adjustments 2021-02-22 04:34:36 +01:00
mintsuki 6739ff84ff tinf: Do not share decompressor and stage2/3 decompression code 2021-02-21 05:01:18 +01:00
mintsuki 960549377b misc: Fix makefile clean targets 2021-02-20 23:15:01 +01:00
mintsuki 524829370d misc: Initial 3-stage bootloader work 2021-02-20 23:04:06 +01:00
mintsuki 042a377e35 misc: Bump stivale commit 2021-01-15 10:18:33 +01:00
mintsuki 0bc87d660c misc: Make build system download stivale headers from stivale repository and delete local copies 2021-01-15 05:14:20 +01:00
mintsuki bb7030d39e misc: Add binary architecture flag to objcopy to avoid limine-install build failures on older host toolchains. Fixes #63 2021-01-15 03:58:59 +01:00
mintsuki 5d1f87d068 limine-install: Misc adjustments 2021-01-02 17:32:50 +01:00
mintsuki 4b86708f60 misc: Minor makefile dependency fixes 2020-12-31 04:50:40 +01:00
mintsuki 5197205697 limine-install: Embed limine.bin inside limine-install 2020-12-31 04:39:18 +01:00
mintsuki faae7a002c vbe: Fix bug where the vbe tty double buffer did not properly refresh 2020-12-27 19:32:18 +01:00
mintsuki a9ff406d31 uri: Add support for gzip-compressed files 2020-12-27 00:27:47 +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 b75b35c557 fat32: General cleanup and optimisation 2020-12-04 14:11:25 +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 6cdae13b2b makefile: Make test targets depend on all 2020-11-17 01:33:30 +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
Matteo Semenzato e7ae195304 Add pxe support 2020-11-05 01:53:18 +01:00
mintsuki 038c041208 Add GUID resource type 2020-11-01 21:25:35 +01:00
mintsuki c778e72af8 Fix up make clean 2020-10-04 00:01:05 +02:00
streaksu 7d400d30d6 Add a unified test image for stivale1 and stivale2 for both x86_64 and i386 2020-09-30 00:31:42 +02:00
ethan 2eac51b602
Update Makefile 2020-09-29 14:02:45 -06:00
Ethan Miller cb55d3bec0 missing stdio 2020-09-29 14:00:09 -06:00
mintsuki 562e3c7c88 menu: Do not ignore key pressed during countdown 2020-09-28 22:39:28 +02:00
mintsuki 98c5b88f5e MTRR: Ensure size of MTRR range is aligned to the closest power of 2 2020-09-27 19:14:09 +02:00
mintsuki 86a69d8724 Add write-combining and MTRR support to speed up VBE framebuffer 2020-09-27 17:39:30 +02:00
mintsuki 5ee53fbe4d Initial work on bitmap and background support. Add a public domain picture.
Co-authored-by: ethan <55000224+ethan4984@users.noreply.github.com>
2020-09-21 17:43:37 +02:00
mintsuki 8410abb3d9 Build gzip and nasm as part of the toolchain to ensure reproducibility 2020-09-18 21:38:59 +02:00
mintsuki 41c68e5e43 Initial SMP implementation 2020-09-18 14:39:29 +02:00
VAN BOSSUYT Nicolas 2524f0d0b9 "make clean" was not removing limine-install. 2020-09-18 11:28:18 +02:00
mintsuki e7838e854f Revert back to not baking the bootloader into the limine-install binary 2020-09-15 12:16:31 +02:00
mintsuki 1ddf568281 Further tidy up Makefile 2020-09-14 20:02:36 +02:00
mintsuki cb9edd2a7b Reorganise source tree 2020-09-14 19:32:11 +02:00
mintsuki 6a6171d5e1 Update README.md 2020-09-13 15:47:43 +02:00
mintsuki dd6f38f632 Ship reproducible prebuilt bootloader and make 'make all' only build limine-install 2020-09-13 15:20:53 +02:00
mintsuki 5663169aa6 Switch back to GCC 2020-09-13 14:36:18 +02:00
mintsuki c53122516a Make the test image smaller and align the partition properly 2020-09-08 14:02:28 +02:00
mintsuki 7bde0c80ca Move to clang, no longer ship prebuilt binary, embed bootloader into the installer and provide a way to install the installer 2020-09-04 05:21:58 +02:00
mintsuki 4ac886b2f7 Add limine-install as a dependency to test targets 2020-09-04 02:01:53 +02:00
mintsuki 5379787967 Only enter graphical terminal mode for menu 2020-09-02 10:31:39 +02:00