If the kernel image gets too big, "cmp ebx, KERNEL_LOAD_PAGES*8 + 1"
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 19 Jan 2005 18:39:39 +0000 (18:39 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 19 Jan 2005 18:39:39 +0000 (18:39 +0000)
assembles into 3 more bytes, which causes the image to be too big.
This reduces the length of the panic message to compensate.


No differences found