fix a bogus bug
This commit is contained in:
parent
95dfefd185
commit
5b7c93c156
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue