freebsd-dev/stand/kboot
Warner Losh bc84de741d kboot: Implement dup(2)
Early in boot, we need to create the normal stdin/out/err env for the
boot loader to run in. To do that, we need to open the console and
duplicate the file descriptors which requires dup(2). Implement a
wrapper as host_dup.

Sponsored by:		Netflix
2022-07-15 12:00:50 -06:00
..
arch kboot: Implement dup(2) 2022-07-15 12:00:50 -06:00
crt1.c kboot: Rework _start 2022-07-15 12:00:49 -06:00
host_syscall.h kboot: Implement dup(2) 2022-07-15 12:00:50 -06:00
host_syscalls.c kboot: Implement dup(2) 2022-07-15 12:00:50 -06:00
hostcons.c
hostdisk.c
kbootfdt.c
main.c kboot: Enhance kboot_getdev to cope with NULLs 2022-07-15 12:00:50 -06:00
Makefile kboot: Rework _start 2022-07-15 12:00:49 -06:00
version