diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-03-09 04:00:33 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-03-09 04:00:33 +0000 |
| commit | 618c18c7c3c6f8f5a0595a6086c06bb2f5f9b00f (patch) | |
| tree | dce50cf46e027bc39cf9dee53bce6138c3c4e3e6 /sys/boot/efi | |
| parent | 29f5b9a8c1f4a74542941275f9b34036168b648a (diff) | |
Notes
Diffstat (limited to 'sys/boot/efi')
| -rw-r--r-- | sys/boot/efi/libefi/efi_console.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/efi/libefi/efi_console.c b/sys/boot/efi/libefi/efi_console.c index c88462eb59c3..3538994ac104 100644 --- a/sys/boot/efi/libefi/efi_console.c +++ b/sys/boot/efi/libefi/efi_console.c @@ -46,6 +46,7 @@ efi_cons_probe(struct console *cp) static int efi_cons_init(int arg) { + conout->SetAttribute(conout, EFI_TEXT_ATTR(EFI_LIGHTGRAY, EFI_BLACK)); return 0; } |
