Commit Graph

82 Commits

Author SHA1 Message Date
mintsuki
b96046f8b9 term: Change default settings to prefer video to text mode 2022-03-08 01:01:43 +01:00
mintsuki
7f5bfda6f3 docs: Document serial support better 2022-03-02 14:56:58 +01:00
mintsuki
39ff8ad841 docs: Document serial support 2022-03-02 14:56:58 +01:00
mintsuki
e47feaf600 pmm_randomise_memory: Add guard for BIOS port to avoid accessing bogus pointers 2022-01-29 12:33:46 +01:00
mintsuki
85f6b5fff1 chainload: Assume boot drive if DRIVE parameter is omitted 2022-01-29 12:33:46 +01:00
mintsuki
358b995b49 config: Implement macros 2021-12-15 19:50:52 +01:00
pitust
30fd281860 config: add mire detail to simple mode fw_cfg autodetection 2021-11-30 00:58:35 +01:00
pitust
4d2a9db8c4 capitalize limine 2021-11-30 00:58:35 +01:00
pitust
7465392191 fwcfg: document the features 2021-11-30 00:58:35 +01:00
mintsuki
f26c8eacc1 linux: Add TEXTMODE config option 2021-11-27 14:05:24 +01:00
mintsuki
692d2a03a8 protos: Implement autodetection 2021-11-24 19:08:46 +01:00
mintsuki
4349918eae term: Implement interruptible quiet mode 2021-11-23 11:49:48 +01:00
mintsuki
0b8608620a term: Introduce quiet mode 2021-11-20 21:57:01 +01:00
mintsuki
ceeb602498 bootboot: Remove bootboot support from Limine
I added bootboot support to Limine because it was sent as a pull request by a
friend. The following does not in any way place any blame on said friend.

After having had to fix numerous bugs related to misunderstandings about the
pretentious BOOTBOOT specification I've come to the conclusion that BOOTBOOT
absolutely doesn't belong in Limine.

If you want to boot a BOOTBOOT kernel with Limine just chainload the OG BOOTBOOT
and don't pollute the source tree of Limine with having to support such a brain
dead protocol.

Legit, I didn't really read the BOOTBOOT spec prior to today and just winged
the fixes to the BOOTBOOT proto code based on common sense, but it turns out that
BOOTBOOT adheres to no common sense.

Use stivale(2).
2021-11-10 14:24:57 +01:00
mintsuki
286f3bc62d bootboot: Remove uselessness and compliance fixes (see #124) 2021-11-10 14:24:57 +01:00
Andy-Python-Programmer
10091dc74d config: update to add multiboot2 section in protocol keys
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-11-10 01:59:17 +01:00
Andy-Python-Programmer
392f6eb216 config: document the behaviour if module string is NULL
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-11-10 01:56:38 +01:00
pitust
669a517231 bootboot: RAMDISK->INITRD_PATH, don't pass gST around for no reason, unsplit bootboot_spinup, flush the PIC only 2021-11-10 01:53:24 +01:00
pitust
c44ba88c5c bootboot: document the protocol and it's configuration options 2021-11-10 01:51:40 +01:00
Andy-Python-Programmer
b9e7d51c6b
readme and config: document support for multiboot2
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-09-10 13:55:32 +10:00
mintsuki
f20457f671 menu: Add option to change the colour of the branding string 2021-09-06 07:31:57 +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
Hannu Hartikainen
58d128b9f3 gterm: support font scaling 2021-08-18 16:07:48 +03:00
Hannu Hartikainen
a8a8af4c5f gterm: support different font sizes 2021-08-18 16:06:17 +03:00
mintsuki
32192f73a4 docs: Document TEXTMODE option 2021-08-17 00:58:02 +02:00
mintsuki
0dde09bbb9 term: Support bright colours 2021-07-31 23:51:48 +02:00
mintsuki
ed3c866187 docs: Document RANDOMISE_MEMORY 2021-07-11 01:35:31 +02:00
mintsuki
8636aa2f13 menu: Add support for comments in entry editor 2021-07-08 17:28:43 +02:00
mintsuki
00c7c8a6c5 docs: Document entry comments 2021-07-08 17:11:54 +02:00
mintsuki
10e802981d docs: Document stretched background style 2021-07-07 04:56:39 +02:00
Carver
34825df41b New menu system and editor 2021-07-06 16:27:07 -07:00
Kacper Słomiński
6379d05982 CONFIG, README: document support for Multiboot 1 2021-06-29 16:58:19 +02:00
mintsuki
f650e4b41b misc: Add verbose config option 2021-05-11 06:46:42 +02:00
mintsuki
b48dd898ee docs: Document UEFI chainloading 2021-05-06 05:04:26 +02:00
mintsuki
c3db6d0c41 stivale: Implement KASLR config option 2021-04-15 04:32:49 +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
61f518b84f docs: Update CONFIG.md 2021-03-26 20:07:23 +01:00
mintsuki
eaeab80c4a misc: Update documentation 2021-03-21 09:16:06 +01:00
mintsuki
503fb92c90 config: Update search paths 2021-03-14 07:04:12 +01:00
mintsuki
de4fd786dd uri: Replace bios:// with hdd:// and odd:// 2021-03-13 08:27:15 +01:00
mintsuki
326bcbfa29 misc: Misc adjustments 2021-02-25 01:47:48 +01:00
mintsuki
4e23f005c9 uri: Make boot resource be an alias of tftp of booted off PXE 2020-12-29 01:01:38 +01:00
mintsuki
3f3971415d config: Search for tomatboot.cfg config files as well 2020-12-28 23:46:00 +01:00
mintsuki
0c96d0a973 misc: Clarify config docs on E9 and COM1 2020-12-28 02:07:55 +01:00
mintsuki
b12e874530 misc: Support COM1 debug output 2020-12-28 01:04:55 +01:00