Added 'bootdelay' feature in boot monitor, it pauses a given number of ms

so the list of programs in the image and their sizes can be seen before the
kernel starts filling the screen.

Added some formatting fixes in installboot and boot monitor itself,
some of the segments were larger than the formatting allowed.
This commit is contained in:
Ben Gras
2005-05-30 15:02:52 +00:00
parent b421423c77
commit 5927788cdd
3 changed files with 13 additions and 6 deletions
+1
View File
@@ -1549,6 +1549,7 @@ void help(void)
{ "ramimagedev", "RAM disk image if root is RAM" },
{ "ramsize", "RAM disk size" },
{ "bootdev", "Special name for the boot device" },
{ "bootdelay", "Delay after loading, before booting (ms)" },
{ "fd0, d0p2, c0d0p1s0", "Devices (as in /dev)" },
{ "image", "Name of the kernel image" },
{ "main", "Startup function" },