diff --git a/ChangeLog b/ChangeLog index 3112e8733..e6930328f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-07-14 OKUJI Yoshinori + + * 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 All constants in stage1s are moved to stage1.h and renamed diff --git a/stage1/stage1_lba.S b/stage1/stage1_lba.S index e351ca13e..e98a21fc8 100644 --- a/stage1/stage1_lba.S +++ b/stage1/stage1_lba.S @@ -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