Commit Graph

150 Commits

Author SHA1 Message Date
mintsuki
c877c0efa4 misc: New example background 2022-03-11 05:21:10 +01:00
mintsuki
b96046f8b9 term: Change default settings to prefer video to text mode 2022-03-08 01:01:43 +01:00
mintsuki
8525bd8369 test: Remove SERIAL line from config 2022-03-02 14:56:58 +01:00
mintsuki
072c54b9d2 misc: Misc output fixes for serial support 2022-03-02 14:56:57 +01:00
mintsuki
f6c81e4e82 misc: stage23 -> common 2022-02-03 11:43:03 +01:00
mintsuki
f25277a221 chainload: Readd wrongly removed noinline attribute 2022-01-29 12:33:46 +01:00
Andy-Python-Programmer
f382291499 stivale tests: fix BUG: Unidentified tag 0x9b4358364c19ee62
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-01-28 11:18:33 +01:00
mintsuki
98eca7fae0 config: Misc macro improvements 2021-12-15 19:50:52 +01:00
pitust
98d43c1428 fwcfg: implement the fw_cfg interface 2021-11-30 00:58:35 +01:00
mintsuki
ad00b5ca03 stivale2: Implement slide HHDM header tag 2021-11-24 19:08:46 +01:00
mintsuki
692d2a03a8 protos: Implement autodetection 2021-11-24 19:08:46 +01:00
mintsuki
f48783eef7 test: Minor multiboot fixes 2021-11-20 09:12:59 +01:00
ilobilo
681a9a53f6 Update stivale.c 2021-11-10 14:24:57 +01:00
ilobilo
9cdb239605 Update stivale2.c 2021-11-10 14:24:57 +01:00
Andy-Python-Programmer
becf92eceb tests: add a basic test multiboot1 kernel
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-11-10 14:24:57 +01:00
mintsuki
51f3638bdd config: Implement and use config_get_tuple() 2021-11-10 01:59:17 +01:00
Andy-Python-Programmer
fa86080285 tests: add basic multiboot2 test kernel
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-11-10 01:59:17 +01:00
Andy-Python-Programmer
5ce174e5a4 stivale+stivale2: default to file path as the module string if NULL
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-11-10 01:56:38 +01:00
mintsuki
c98ca923ef test: Uncomment GRAPHICS option in config 2021-11-01 02:46:55 +01:00
mintsuki
e0f6b3c4ce test: Remove KASLR=no from stivale1 config entry 2021-10-31 22:12:09 +01:00
mintsuki
f176e24376 pmm: Use untouched_memmap instead of memmap in pmm_release_uefi_mem 2021-10-31 22:11:44 +01:00
mintsuki
f59444e6d6 console: Introduce Limine console 2021-10-31 22:07:18 +01:00
mintsuki
97d0a17798 stivale2: Introduce fully virtual kernel mappings (KASLR/PIE fixes) 2021-10-30 02:04:36 +02:00
mintsuki
9f74289bd3 stivale2: Introduce fully virtual kernel mappings 2021-10-30 02:04:36 +02:00
mintsuki
3dbd494f87 disk: Signature double checking for EFI volume detection fallback 2021-09-06 08:52:41 +02:00
mintsuki
cefc4a76ca gterm: Implement TERMINAL_FONT_SPACING and default it to 1 2021-08-20 19:25:42 +02:00
mintsuki
fa0aa6d7b9 gterm: Add config aliases and other minor fixes 2021-08-18 21:02:03 +02:00
mintsuki
32192f73a4 docs: Document TEXTMODE option 2021-08-17 00:58:02 +02:00
mintsuki
b2e66e5a2d term: Misc improvements and fixes 2021-08-17 00:37:24 +02:00
mintsuki
385af687b3 vga_textmode: Replace BIOS calls to enable and disable hardware cursor with direct VGA port IO 2021-08-17 00:06:20 +02:00
Andy-Python-Programmer
e308da5b48
Add the kernel file v2 tag in tests
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-08-10 19:10:53 +10:00
mintsuki
07dc81bbee build: Pass -mabi=sysv to cc 2021-07-31 21:28:06 +02:00
mintsuki
5106c6cde2 test: Update Makefile 2021-07-25 14:48:58 +02:00
mintsuki
2a4f9eb0c4 elf: Do not enforce segment load address alignment even if PMRs are requested 2021-07-25 01:18:36 +02:00
mintsuki
e96b55a477 stivale2: Fix test 2021-07-15 17:16:55 +02:00
mintsuki
de3c7eed67 stivale2: Implement PMRs 2021-07-15 16:20:29 +02:00
mintsuki
9f5c5e09b4 menu: Support entry comments 2021-07-08 16:57:40 +02:00
mintsuki
3b18864e6f efi: Misc bug fixes 2021-07-07 05:54:40 +02:00
mintsuki
2bce5bf2d1 docs: Update screenshot 2021-07-07 04:50:32 +02:00
mintsuki
0e6ad967de textmode: Fix various cursor-related issues 2021-07-07 03:37:29 +02:00
mintsuki
177b83de9c menu: Prefer left alignment for titles which are not divisible by 2 2021-07-07 02:43:07 +02:00
mintsuki
04c4c42779 test: Update so it builds with LLVM 2021-07-02 19:05:30 +02:00
mintsuki
4d7a48eca7 term: Add support for tabs 2021-05-22 23:11:18 +02:00
mintsuki
f650e4b41b misc: Add verbose config option 2021-05-11 06:46:42 +02:00
mintsuki
db3a41bc4c uefi: Implement chainloading support 2021-05-06 04:31:05 +02:00
mintsuki
a01e5ecd1a stivale2: Implement higher half returned addresses flag 2021-05-04 23:00:26 +02:00
mintsuki
4bd3a540a8 stivale: Implement higher half returned addresses flag 2021-05-04 15:17:36 +02:00
mintsuki
033ceb3353 stivale: Implement SMBIOS related stuff. Fixes #81 2021-04-28 20:15:24 +02:00
mintsuki
c3db6d0c41 stivale: Implement KASLR config option 2021-04-15 04:32:49 +02:00
mintsuki
d9466f3d25 stivale2: Implement unmap NULL using 4KiB pages 2021-04-14 21:57:23 +02:00