summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Contributors.md7
-rw-r--r--README.md29
2 files changed, 25 insertions, 11 deletions
diff --git a/Contributors.md b/Contributors.md
new file mode 100644
index 0000000..c870b6a
--- /dev/null
+++ b/Contributors.md
@@ -0,0 +1,7 @@
+The following folks/personas/avatars have contributed considerably to
+this project. I am deeply grateful for their support, time and work.
+In no particular order:
+
+* vmisev
+ - Corrections to Cyrillic letter small ze
+ - How to configure the FreeBSD Loader
diff --git a/README.md b/README.md
index 49c7f7f..1221fb0 100644
--- a/README.md
+++ b/README.md
@@ -166,16 +166,22 @@ console terminals use the font after boot.
### FreeBSD Loader
For the full Gallant boot experience, make the loader use `12x22.fnt.gz`
-early. Add `screen.font="12x22"` (without `.fnt.gz`) to `/boot/loader.conf`.
-
-Make sure that `/boot/fonts/INDEX.fonts` contains these lines,
-preferably after the `11x22.fnt:` entries.
-
-```
-12x22.fnt:en:Gallant BSD Console, size 22
-12x22.fnt:da:Gallant BSD-konsol, størrelse 22
-12x22.fnt:de:Gallant BSD Console, Größe 22
-```
+early:
+* Copy it to `/boot/fonts/12x22.fnt.gz`.
+* Add `screen.font="12x22"` (without `.fnt.gz`) to `/boot/loader.conf`.
+* Make sure that `/boot/fonts/INDEX.fonts` contains these lines,
+ preferably after the `11x22.fnt:` entries.
+ ```
+ 12x22.fnt:en:Gallant BSD Console, size 22
+ 12x22.fnt:da:Gallant BSD-konsol, størrelse 22
+ 12x22.fnt:de:Gallant BSD Console, Größe 22
+ ```
+* For even more Sun Microsystems reminiscence, switch to black on white.
+ In `/boot/loader.conf` set `teken.fg_color="0"` and `teken.bg_color="7"`.
+* To use the FreeBSD logo with inverted colors, edit `/boot/lua/drawer.lua`.
+ Look for the assignment
+ `image = "/boot/images/freebsd-brand-rev.png"` and replace it with
+ `image = "/boot/images/freebsd-brand.png"`.
### Linux, NetBSD, OpenBSD Console
@@ -391,4 +397,5 @@ need to render them. This is the mapping:
## TODO
* Describe how to contribute.
-* Build a FreeBSD Port `x11-fonts/gallant` with `gallant.pcf.gz` for X11.
+* Commit 12x22 for loader use to FreeBSD once code slush is over.
+* Create a FreeBSD Port `x11-fonts/gallant` with `gallant.pcf.gz` for X11.