fix a bogus bug

This commit is contained in:
okuji 1999-07-13 16:07:56 +00:00
parent 95dfefd185
commit 5b7c93c156
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,9 @@
1999-07-14 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* stage1/stage1_lba.S (probe_values): New variable. This is not
used actually, but prevents `install' command from failing
bogusly.
1999-07-14 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
All constants in stage1s are moved to stage1.h and renamed

View file

@ -378,6 +378,11 @@ bootit:
. = _start + STAGE1_PARTSTART
/* These values are not useful in stage1_lba at all, but these
prevent the installation command `install' from failing. */
probe_values:
.byte 36, 18, 15, 9, 0
/* This space cannot be used by any bootloader, uggh... */
. = _start + STAGE1_PARTEND