]> Zhao Yanbai Git Server - minix.git/commit
bootloader: usability improvements
authorDavid van Moolenbroek <david@minix3.org>
Wed, 10 Oct 2012 22:09:19 +0000 (00:09 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 11 Oct 2012 23:03:36 +0000 (01:03 +0200)
commit9733fcdb434080d4d3357d784d6b3cdeac9f5980
treef5cb1e0da7a4dc3c5b54652d48fb2ed96347acdf
parent52cf951fdcdec8ef18f923a9213fc4cb83c66202
bootloader: usability improvements

- add "edit" menu option, to edit menu commands before executing them;
- add "menu" boot command, to return to the menu from the prompt;
- provide more line editing features when getting input;
- fix a few potential buffer overflows as a side effect.
etc/boot.cfg.default
man/man5/boot.cfg.5
releasetools/release.functions
sys/arch/i386/stand/lib/bootmenu.c
sys/arch/i386/stand/lib/conio.S
sys/arch/i386/stand/lib/libi386.h
sys/arch/i386/stand/lib/menuutils.c
sys/arch/i386/stand/lib/pcio.c