Commit Graph

32 Commits

Author SHA1 Message Date
mintsuki 3184e0a026 misc: Update warning about unstable branch in README 2021-01-15 05:08:21 +01:00
mintsuki ef4dfdd45e misc: Update example version of limine in readme 2021-01-04 00:48:45 +01:00
mintsuki 7a0777d7c1 misc: Update link to echfs repository 2021-01-02 17:38:36 +01:00
mintsuki 747d8a9c0d misc: Update README 2020-12-31 06:13:30 +01:00
mintsuki 0daaa565f3 misc: Update readme and screenshot 2020-12-19 19:38:32 +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 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 bacef9fcce Add warning about using master branch to README.md 2020-11-01 21:38:56 +01:00
mintsuki c657e86cc8 Move stack to 0x7c00 2020-09-25 22:42:01 +02:00
mintsuki ef56c2960a Update README 2020-09-25 22:39:14 +02:00
mintsuki 06e7f90794 Update markdowns 2020-09-21 14:08:45 +02:00
mintsuki 927851e24d Update README.md 2020-09-18 20:08:19 +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 6a6171d5e1 Update README.md 2020-09-13 15:47:43 +02:00
mint 45aaa72e85
Decompressor (#23)
* Add decompressor infrastructure

* Fix up everything

* Add a gzip decompressor (#22)

Co-authored-by: Matteo Semenzato <mattew8898@gmail.com>
2020-09-06 03:35:32 +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 1a267656f9 Add Clang compile instructions to readme 2020-08-29 20:15:50 +02:00
mintsuki 866e95b4c3 Rebranding 2020-08-29 20:02:16 +02:00
mintsuki fc23258aa7 Handle intel style inline assembly via macros for compatibility with clang, remove TempleOS protocol support 2020-08-27 00:44:16 +02:00
atomicbit 008b6e691e
Mark the partition as bootable (#17)
* Mark the partition as bootable

Some BIOSes (eg. my laptop's) require at least one partition to be marked as bootable, this patch can save one from frustration.

* change loader.img to test.img

i made a mistake

Co-authored-by: Visual <30368284+VisualDevelopment@users.noreply.github.com>

* additional comment

Co-authored-by: Visual <30368284+VisualDevelopment@users.noreply.github.com>

Co-authored-by: Visual <30368284+VisualDevelopment@users.noreply.github.com>
2020-08-26 01:21:06 +02:00
mintsuki 32278a690f Add reference screenshot 2020-08-05 00:08:40 +02:00
mintsuki bf86dbd55d Fix bug where BIOS flag was not set in stivale, add TempleOS to list of supported boot protocols 2020-06-25 18:51:54 +02:00
mintsuki adb083e107 Add Discord server invite to readme 2020-05-02 17:02:05 +02:00
mintsuki 6175e7280b Add FAT32 to list of supported filesystems in readme 2020-05-02 14:30:25 +02:00
mintsuki bcfd9e5f91 Add definition of memory map to stivale spec 2020-04-23 23:52:47 +02:00
mintsuki 38e1891756 Update README.md 2020-04-22 17:49:19 +02:00
mintsuki 55137edb33 Add CONFIG.md 2020-04-21 19:18:13 +02:00
mintsuki f32bea5147 Update README.md 2020-04-20 12:39:24 +02:00
mintsuki df22bcc17f Add readme and prebuilt image 2020-04-07 07:24:19 +02:00
mint cd38e24806
Initial commit 2019-05-15 06:02:12 +02:00