Kernel: Make "bootdev:" prompt friendlier.
authorWill Sowerbutts <will@sowerbutts.com>
Fri, 6 Jan 2017 19:23:43 +0000 (19:23 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sun, 8 Jan 2017 23:05:11 +0000 (23:05 +0000)
commit7b79ebc6c76842485f63f4dcd31925833533a558
tree7f1416445e45ae0973874cde6628cdd602c5d29c
parentcb68460c0df6217c51cfe1272576dad8a304c0dd
Kernel: Make "bootdev:" prompt friendlier.

This change runs the device drivers to initialise and report the
available device names to the user (where probing is possible) before
the user is asked to choose a boot device. We now also ask the user
to choose again if the selected device cannot be booted.
Kernel/include/panic.h
Kernel/start.c