]> Zhao Yanbai Git Server - minix.git/commit
Added 'bootdelay' feature in boot monitor, it pauses a given number of ms
authorBen Gras <ben@minix3.org>
Mon, 30 May 2005 15:02:52 +0000 (15:02 +0000)
committerBen Gras <ben@minix3.org>
Mon, 30 May 2005 15:02:52 +0000 (15:02 +0000)
commit5927788cdd66a79a56ca1a3dfdfc063ef59c0698
treed59dfefed6be1eb8b58ed1effd9d71286445ebbc
parentb421423c77b08e5b592d737bd68e0dbd8c013af9
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.
boot/boot.c
boot/bootimage.c
boot/installboot.c