178 Commits

Author SHA1 Message Date
mintsuki
80ba39503d limine: Use arrays of pointers over arrays of structs 2022-03-20 20:28:44 +01:00
mintsuki
fb19f6bc97 Revert "limine: Move module request to using SoA"
This reverts commit f39578f4e316c97b4d7b898f09e41cf8ca58dcdd.
2022-03-20 19:13:18 +01:00
mintsuki
40e0f3fd77 Revert "limine: Move memmap request to using SoA"
This reverts commit 82627d86933246585b1ab9d724bc3681cf5c0bdf.
2022-03-20 19:13:18 +01:00
mintsuki
2ba3770766 Revert "limine: Move SMP request to using SoA"
This reverts commit 03700dea969604e26a51a9900a7ff6e479acf6fd.
2022-03-20 19:12:55 +01:00
mintsuki
b2211a7e13 Revert "limine: Move framebuffer request to using SoA"
This reverts commit 76b9312d725b30fb678b2f8e2b16276ee1e9ba1b.
2022-03-20 19:11:22 +01:00
mintsuki
2d048ecfde limine: Add kernel address request 2022-03-20 19:01:24 +01:00
mintsuki
f487061f40 limine: Add boot time request 2022-03-20 08:19:32 +01:00
mintsuki
38233a2405 limine: Add EFI system table request 2022-03-20 08:05:12 +01:00
mintsuki
a65e6ca9d8 limine: flags -> revision 2022-03-20 00:57:10 +01:00
mintsuki
f39578f4e3 limine: Move module request to using SoA 2022-03-18 08:48:48 +01:00
mintsuki
82627d8693 limine: Move memmap request to using SoA 2022-03-18 08:32:19 +01:00
mintsuki
03700dea96 limine: Move SMP request to using SoA 2022-03-18 07:26:56 +01:00
mintsuki
76b9312d72 limine: Move framebuffer request to using SoA 2022-03-18 05:09:19 +01:00
mintsuki
021bf509bd limine: Separate bootloader info and HHDM requests 2022-03-18 03:08:47 +01:00
mintsuki
5b6c4ffc34 limine: Add EDID to framebuffer response 2022-03-18 02:45:37 +01:00
mintsuki
3f5b29c3c9 limine: Add SMP request 2022-03-18 01:17:56 +01:00
mintsuki
fb54571b34 limine: PXE and HHDM work 2022-03-17 23:46:48 +01:00
mintsuki
ee5e776c2c test: Minor changes 2022-03-17 22:47:58 +01:00
mintsuki
50076656f4 limine: Add SMBIOS request 2022-03-17 19:59:03 +01:00
mintsuki
4f90e0c723 limine: Add RSDP request 2022-03-17 19:21:35 +01:00
mintsuki
30aed730b6 limine: Add kernel to modules request 2022-03-16 20:33:59 +01:00
mintsuki
a51f8a39c0 limine: Add modules request 2022-03-16 06:49:41 +01:00
mintsuki
c180b59f96 limine: Add cmdline request 2022-03-15 02:46:39 +01:00
mintsuki
fd2b3d696d limine: Add framebuffer request 2022-03-14 12:05:59 +01:00
mintsuki
f9c9ec84d5 limine: Rework request-response system 2022-03-13 05:35:29 +01:00
mintsuki
e33a76bd99 limine: Add memmap feature 2022-03-12 21:41:36 +01:00
mintsuki
b2e614e7c2 limine: Introduce basic Limine protocol concept 2022-03-12 19:40:49 +01:00
mintsuki
d6be41921f misc: New example background 2022-03-11 04:57:47 +01:00
mintsuki
af092292ea term: Change default settings to prefer video to text mode 2022-03-07 21:11:17 +01:00
mintsuki
b80fb36744 misc: Misc Hyper-V related fixes. Closes #150 2022-02-09 12:45:55 +01:00
mintsuki
319326a7f5 misc: Misc output fixes for serial support 2022-02-07 02:10:57 +01:00
mintsuki
400202d926 misc: stage23 -> common 2022-02-03 10:38:43 +01:00
mintsuki
69529b1269 chainload: Readd wrongly removed noinline attribute 2022-01-29 11:45:03 +01:00
Andy-Python-Programmer
c506f35d9f
stivale tests: fix BUG: Unidentified tag 0x9b4358364c19ee62
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-01-27 16:43:06 +11:00
mintsuki
cd4431f227 config: Misc macro improvements 2021-12-15 19:45:54 +01:00
pitust
47bb8ce3fa fwcfg: implement the fw_cfg interface 2021-11-26 12:09:09 +00:00
mintsuki
01255704bd stivale2: Implement slide HHDM header tag 2021-11-24 15:44:17 +01:00
mintsuki
6bcbfe9b48 protos: Implement autodetection 2021-11-24 13:23:02 +01:00
mintsuki
30b0657e38 test: Minor multiboot fixes 2021-11-19 15:17:37 +01:00
mint
907ddcd388
Merge pull request #131 from ilobilo/trunk
Low memory area is deprecated and should be disabled
2021-11-10 11:54:59 +01:00
ilobilo
5ff418dd91
Update stivale.c 2021-11-10 10:41:25 +04:00
ilobilo
5873fc965f
Update stivale2.c 2021-11-10 10:40:57 +04:00
Andy-Python-Programmer
7be818bf77
tests: add a basic test multiboot1 kernel
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-11-10 17:35:45 +11:00
mintsuki
9d4bf41ed9 config: Implement and use config_get_tuple() 2021-11-09 12:01:53 +01:00
Andy-Python-Programmer
15cff010c3
tests: add basic multiboot2 test kernel
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-11-09 16:38:59 +11:00
Andy-Python-Programmer
1580669781
stivale+stivale2: default to file path as the module string if NULL
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-11-05 19:22:57 +11:00
mintsuki
46cfa89b03 test: Remove KASLR=no from stivale1 config entry 2021-10-31 22:04:16 +01:00
mintsuki
4f77bf373c pmm: Use untouched_memmap instead of memmap in pmm_release_uefi_mem 2021-10-31 21:51:06 +01:00
mintsuki
dcd422806c stivale2: Introduce fully virtual kernel mappings (KASLR/PIE fixes) 2021-10-29 19:51:22 +02:00
mintsuki
c7eb6319c0 stivale2: Introduce fully virtual kernel mappings 2021-10-29 01:15:11 +02:00