Commit Graph

218 Commits

Author SHA1 Message Date
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
mintsuki cb55eef436 gterm: Improvements and bug fixes in canvas drawing 2021-10-12 16:38:24 +02:00
mintsuki 2b11825b20 console: Introduce Limine console 2021-10-09 13:32:57 +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
mintsuki 7ac20e0615 gterm: Many improvements 2021-04-11 02:30:48 +02:00
mintsuki 4bbc98b62e Revert "video: Many terminal related bug fixes and improvements"
This reverts commit f7638e965b.
2021-04-11 01:26:50 +02:00
mintsuki f7638e965b video: Many terminal related bug fixes and improvements 2021-04-10 23:08:32 +02:00
mintsuki 91f0600e6b image: Add support for centering images 2021-04-09 01:26:39 +02:00
mintsuki 05c60bac51 gterm: Speed up terminal greatly by caching an alpha blent canvas of the background instead of alpha blending every pixel of the background every time 2021-04-08 23:05:27 +02:00
mintsuki 7e5b809a7e build: Add missing -pie to test link command 2021-04-08 05:23:32 +02:00
mintsuki 621fc30a3b build: Prefer -static-pie to -shared for linking PIE executables 2021-04-08 02:07:40 +02:00
mintsuki 46a82f1c7f test: Add missing break in switch case 2021-04-07 02:51:56 +02:00
mintsuki 7abb7348a9 stivale2: Implement terminal 2021-04-07 02:10:28 +02:00
mintsuki 2f299b1f0d test: Update Makefile 2021-03-29 18:50:26 +02:00
mintsuki 0885bac3aa stivale2: Implement kernel slide tag 2021-03-28 16:20:23 +02:00
mintsuki c45407cb62 test: Remove KASLR entries from config since that is no longer an option 2021-03-28 16:07:39 +02:00
mintsuki d1946b9dbc stivale2: Implement kernel file tag 2021-03-28 15:46:59 +02:00
mintsuki 23bf225f63 test: Apparently manually defining PHDRs is not actually needed 2021-03-26 16:24:28 +01:00
mintsuki 6c7e096800 stivale2: Implement EDID and EFI system table tags 2021-03-14 06:13:19 +01:00
mintsuki de4fd786dd uri: Replace bios:// with hdd:// and odd:// 2021-03-13 08:27:15 +01:00
mintsuki 781fc3137c misc: Revert test limine.cfg 2021-03-10 00:56:35 +01:00
mintsuki 058da70164 Misc fixes 2021-03-07 04:31:06 +01:00
mintsuki 443266feb3 Implement UEFI EDID 2021-03-05 23:48:52 +01:00
mintsuki cbcf3779b6 Fix keyboard stuff 2021-03-04 13:48:31 +01:00
mintsuki f26b6045a7 Let there be GOP 2021-03-04 10:13:02 +01:00
mintsuki 1be84baf84 Makefile fixes 2021-03-04 05:30:31 +01:00
mintsuki 7d8758d643 Further Makefile fixes 2021-03-02 18:39:39 +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
mintsuki 57496ad0c7 stivale2: Implement MTRR Write Combining Framebuffer tag 2021-01-03 02:43:27 +01:00
mintsuki 1f10b55b29 stivale: Make kaslr a config setting 2020-12-27 23:11:11 +01:00
mintsuki 5bc1e8d830 misc: Remove compressed bg 2020-12-27 22:23:06 +01:00
mintsuki 13f3ee0932 misc: Make sure relocatable kernels work 2020-12-27 22:10:20 +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