Commit Graph

16 Commits

Author SHA1 Message Date
K. Lange
a679ef1b4c kernel: Support quoted values in cmdline arguments with new parser 2023-10-09 20:14:52 +09:00
K. Lange
940d82f0f4 terminal: Bitmap font can use uint8_t
The baked Deja Vu Sans Mono is 8 pixels wide, so we don't need
to use uint16_t to hold rows of pixel data. Also, splash-log
doesn't render text anymore (it defers to the kernel console),
so we don't need to include the font there any more.
2022-12-13 15:08:56 +09:00
K. Lange
9b1bc4cee1 meta: Update all of the heading comments in apps/ 2021-11-26 12:41:56 +09:00
K. Lange
dbd8c018e8 splash-log: Retain last message to print it if we switch out of quiet mode 2021-10-28 06:53:55 +09:00
K. Lange
9e64a0a978 splash-log: Cleanup, disable log if 'debug' is not specified, unless we take too long 2021-10-26 16:14:53 +09:00
K. Lange
c1e5f206d5 splash-log, migrate: Cleanup 2021-10-20 18:49:58 +09:00
K. Lange
c366ea2dfd kernel: Initial pass at new debug printf interface 2021-10-19 20:29:14 +09:00
K. Lange
22a6c0ca3a text: Add some macros so we can more easily swap out the bitmap font 2021-07-22 17:06:43 +09:00
K. Lange
17473a289f splash-log: reset display on resolution change 2021-07-21 05:48:32 +09:00
K. Lange
a100df9679 splash-log: handle display mode change 2021-07-19 19:43:57 +09:00
K. Lange
f187a5c85f splash-log: restore vga text output 2021-06-14 12:14:55 +09:00
K Lange
153d34e3ac splash-log: Keep primary messages on screen 2021-06-07 22:00:20 +09:00
K. Lange
b35f7ac8c9 misaka: initial merge 2021-05-31 10:54:11 +09:00
K. Lange
7f51afb3f2 splash-log: support for submessages with : 2018-12-21 17:47:19 +09:00
K. Lange
1ec82032ec splash-log: avoid clearing past end of framebuffer pitch 2018-12-19 18:12:38 +09:00
K. Lange
eb19b26db4 startup: refactor startup, with status information 2018-12-18 12:12:17 +09:00