| #
091c255b
|
| 28-Jan-2024 |
Warner Losh <imp@FreeBSD.org> |
kboot: Move to kboot/kboot
In anticipation of separating the library elements from the kboot prorgam elements, move kboot down a level into a subdirectory. There will be libkboot and include directo
kboot: Move to kboot/kboot
In anticipation of separating the library elements from the kboot prorgam elements, move kboot down a level into a subdirectory. There will be libkboot and include directories in subsequent commits, mirroring other subsystems like i386 and efi.
Sponsored by: Netflix
show more ...
|
| #
96303778
|
| 26-Jul-2022 |
Warner Losh <imp@FreeBSD.org> |
kboot: implement stripped down termios
Implement a stripped down termios, obtained from various files in musl and HOST_ or host_ prepended to most things and a few unavoidable style tweaks. Only imp
kboot: implement stripped down termios
Implement a stripped down termios, obtained from various files in musl and HOST_ or host_ prepended to most things and a few unavoidable style tweaks. Only implements the bits of termios we need for the boot loader: put the terminal into raw mode, restore terminal settings and speed stuff.
Sponsored by: Netflix
show more ...
|