mintsuki
|
3c562830d2
|
pmm: Merge contiguous bootloader reclaimable entries
|
2020-09-30 22:51:56 +02:00 |
mintsuki
|
5f00385847
|
Update screenshot to have Windows 10 instead of Gentoo
|
2020-09-30 17:44:14 +02:00 |
mintsuki
|
20d19b6a2f
|
Update screenshot
|
2020-09-30 17:31:43 +02:00 |
mintsuki
|
1ea09891bc
|
VBE: Add margin gradient
|
2020-09-30 17:29:07 +02:00 |
mint
|
53eb16b835
|
Merge pull request #40 from streaksu/master
Add a unified test image for stivale1 and stivale2 for both x86_64 and i386
|
2020-09-30 00:35:58 +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 |
mint
|
b171d8fb02
|
Merge pull request #39 from Matt8898/master
Split ext2 and ext4 bgd
|
2020-09-29 22:48:04 +02:00 |
Matteo Semenzato
|
605879e860
|
Split ext2 and ext4 bgd
|
2020-09-29 22:43:14 +02:00 |
mint
|
b775e08698
|
Merge pull request #38 from ethan4984/master
missing stdio
|
2020-09-29 22:05:05 +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
|
2f7d3c378d
|
Default back to text mode instead of VBE, add DEFAULT_ENTRY config option
|
2020-09-29 21:48:34 +02:00 |
mintsuki
|
562e3c7c88
|
menu: Do not ignore key pressed during countdown
|
2020-09-28 22:39:28 +02:00 |
mintsuki
|
fed6645044
|
MTRR: Add cpuid mtrr feature check
|
2020-09-28 01:30:12 +02:00 |
mint
|
c3570f9fc8
|
Merge pull request #36 from N00byEdge/patch-1
Stivale2: Add MMIO32 UART and Device tree blob tags
|
2020-09-27 19:21:58 +02:00 |
mintsuki
|
f49fad138c
|
MTRR: Fix bug where 2 ANDs should have been ORs
|
2020-09-27 19:17:36 +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 |
N00byEdge
|
3888b1ce81
|
Fix struct names
|
2020-09-27 18:43:03 +02:00 |
N00byEdge
|
0cfb40b58a
|
Stivale2: Add MMIO32 UART and Device tree blob tags
|
2020-09-27 18:42:01 +02:00 |
mintsuki
|
86a69d8724
|
Add write-combining and MTRR support to speed up VBE framebuffer
|
2020-09-27 17:39:30 +02:00 |
mintsuki
|
e886a6fa76
|
stivale2: Finish implementing x2APIC support
|
2020-09-27 01:32:47 +02:00 |
mintsuki
|
b830c71d90
|
VBE: Pass struct char around by pointer instead of by value
|
2020-09-27 00:06:07 +02:00 |
mintsuki
|
3c3a132e88
|
Some VBE optimisations
|
2020-09-26 19:49:09 +02:00 |
mintsuki
|
b733ef25ef
|
Fix stivale2 SMP tag issue
|
2020-09-26 17:12:52 +02:00 |
mintsuki
|
a58fd6bd3c
|
Fix stivale2 SMP tag issue
|
2020-09-26 17:03:51 +02:00 |
mintsuki
|
0dc73b3529
|
Fix conv_mem_alloc bug introduced by e721c3c
|
2020-09-26 15:41:37 +02:00 |
mintsuki
|
11240b59a5
|
Fix potential memmap circular dependency issue
|
2020-09-26 15:06:59 +02:00 |
mintsuki
|
0403a29f76
|
Refactor VBE code
|
2020-09-26 03:56:44 +02:00 |
mintsuki
|
f4f4c589ba
|
Update CONFIG.md
|
2020-09-26 00:30:16 +02:00 |
mintsuki
|
5457af4202
|
Minor fixes to Linux and Chainloading protocols
|
2020-09-26 00:28:36 +02:00 |
mint
|
2483902b88
|
Merge pull request #35 from sleepy-monax/perffix
Fix performance issues introduced by #33 in the vbe code.
|
2020-09-26 00:21:45 +02:00 |
VAN BOSSUYT Nicolas
|
134266da63
|
Fix performance issues introduced by #33 in the vbe code.
|
2020-09-26 00:04:56 +02:00 |
mintsuki
|
b41fa7e204
|
Fix bugs related to handling real mode switch in inline assembly sections; reenable LTO as that fixes it
|
2020-09-25 22:57:57 +02: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
|
ff967cf36a
|
Update screenshot
|
2020-09-25 22:38:16 +02:00 |
mintsuki
|
ed5d049c72
|
Fix issue with int 13h DAP potentially not fitting within a single real mode segment; load stage 2 at 0x8000 and disable LTO as it is broken for some unknown reasons now
|
2020-09-25 22:36:26 +02:00 |
mint
|
d192bb9101
|
Merge pull request #33 from sleepy-monax/master
The color scheme can be changed using the configuration file.
|
2020-09-24 23:26:07 +02:00 |
VAN BOSSUYT Nicolas
|
4f6b1d20c2
|
Made the margin configurable.
|
2020-09-24 23:18:51 +02:00 |
VAN BOSSUYT Nicolas
|
d6f162972c
|
Added alpha support.
|
2020-09-24 23:09:29 +02:00 |
VAN BOSSUYT Nicolas
|
0477d34236
|
The color scheme can be changed using the configuration file.
|
2020-09-24 21:48:49 +02:00 |
mint
|
9a9df2b146
|
Merge pull request #32 from Matt8898/master
Fix ext2 warning
|
2020-09-23 17:30:53 +02:00 |
Matteo Semenzato
|
67591e6b6f
|
Fix ext2 warning
|
2020-09-23 17:18:48 +02:00 |
mintsuki
|
0d7754b377
|
Update limine.bin
|
2020-09-23 17:15:06 +02:00 |
mint
|
296d918c96
|
Merge pull request #31 from Matt8898/master
Add proper support for 64 bit ext4
|
2020-09-23 17:05:49 +02:00 |
Matteo Semenzato
|
f758d10082
|
Add proper support for 64 bit ext4
|
2020-09-23 15:55:15 +02:00 |
mintsuki
|
ed5c214c5e
|
Make graphical background a frame around a centered terminal box
|
2020-09-22 00:45:26 +02:00 |
mintsuki
|
7aa9d845e7
|
Complete background infrastructure and fix some bmp bugs
|
2020-09-22 00:18:13 +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
|
06e7f90794
|
Update markdowns
|
2020-09-21 14:08:45 +02:00 |