From 5b7c93c156f6998eefef63210827bc44732c8989 Mon Sep 17 00:00:00 2001 From: okuji Date: Tue, 13 Jul 1999 16:07:56 +0000 Subject: [PATCH] fix a bogus bug --- ChangeLog | 6 ++++++ stage1/stage1_lba.S | 5 +++++ 2 files changed, 11 insertions(+) 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