| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stand: Enable Spleen 32x64 font in the bootloader | Alexander Ziaee | 2025-05-06 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Spleen 32x64 provides my 14" 2560x1600 display with the ancestral 80x25, BSD standard console. We already include it in contrib, and it is built for the runtime vt(4) font directory, but was previously unavailable to the bootloader. Enable it in the build, selectable in loader.conf with: screen.font="32x64" MFC after: 3 days Reviewed by: adrian, carlavilla, emaste, imp, mhorne, tsoome Approved by: imp, tsoome (loader) Approved by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D49768 | ||||
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 1 | -1/+0 |
| | | | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix | ||||
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ | ||||
| * | loader: really use bold font for vga text mode | Toomas Soome | 2021-01-07 | 1 | -0/+6 |
| | | | | | | 8x16v turns out to be too thin and hard to read, use bold font instead. | ||||
| * | loader: implement framebuffer console | Toomas Soome | 2021-01-02 | 1 | -0/+81 |
| Draw console on efi. Add vbe framebuffer for BIOS loader (vbe off, vbe on, vbe list, vbe set xxx). autoload font (/boot/fonts) based on resolution and font size. Add command loadfont (set font by file) and variable screen.font (set font by size). Pass loaded font to kernel. Export variables: screen.height screen.width screen.depth Add gfx primitives to draw the screen and put png image on the screen. Rework menu draw to iterate list of consoles to enamble device specific output. Probably something else I forgot... Relnotes: yes Differential Revision: https://reviews.freebsd.org/D27420 | |||||
