K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-11T04:02:49.000000Z K 7 svn:log V 344 Don't pretend to support ix86's with 16-bit ints by using longs just to ensure 32-bit variables. Doing so broke i386's with 64-bit longs. Use fixed-size integral types instead of plain ints, shorts, chars and pointers since the bootinfo struct layout is a binary interface. The boot blocks could reasonably be implemented using 16-bit code. END