Simplify boot code.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 8 Feb 2009 21:57:22 +0000 (16:57 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 8 Feb 2009 21:57:22 +0000 (16:57 -0500)
commit71f036d6e31b6281f05a7ea3a9f3105891495c97
tree42dbf59f71cefba0aa8e2a25264091b4335076c2
parent9f4e1d9ad54ceb4876c4457907766799ab15f1a3
Simplify boot code.

Make sure every IPL entry has a description.
Remove output printing helpers - have each caller output what they want.
Add strtcpy function to ensure descriptions don't go over 32 characters.
Breakup code to launch each IPL entry to its own function.
src/boot.c
src/util.c
src/util.h