commit | 6d4bf545d3a3891f6c34a69396a68f6484d60288 | [log] [download] |
---|---|---|
author | okuji <okuji@localhost> | Mon Apr 29 18:52:16 2002 +0000 |
committer | okuji <okuji@localhost> | Mon Apr 29 18:52:16 2002 +0000 |
tree | 7f4219187a493b9eac886430bc31ecdab1067db6 | |
parent | bd9abb21c59118a8c94a3fa63a3aefd94914bca4 [diff] |
2002-04-30 Yoshinori K. Okuji <okuji@enbug.org> * stage2/boot.c (load_image): For Linux, don't check if the length of protected mode code is greater than or equal to the expected length minus 16. Instead, just check if no error occurred. That was problematic, because memdisk has no protected mode code. Also, I don't see what the magic number 16 was for.