From b521106fc5026ce94c138c598c9b0b06e480a138 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Fri, 18 Sep 1998 01:12:46 +0000 Subject: [PATCH] We lost all the files in crt/, so define the BIOS sector size here instead. --- sys/boot/i386/libi386/biosdisk.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/boot/i386/libi386/biosdisk.c b/sys/boot/i386/libi386/biosdisk.c index ffb54b09c68..d886dc63e68 100644 --- a/sys/boot/i386/libi386/biosdisk.c +++ b/sys/boot/i386/libi386/biosdisk.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: biosdisk.c,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $ + * $Id: biosdisk.c,v 1.2 1998/09/17 23:52:08 msmith Exp $ */ /* @@ -45,10 +45,10 @@ #include #include #include "libi386.h" -#include "crt/biosdisk_ll.h" -#define BUFSIZE (1 * BIOSDISK_SECSIZE) -#define MAXBDDEV MAXDEV +#define BIOSDISK_SECSIZE 512 +#define BUFSIZE (1 * BIOSDISK_SECSIZE) +#define MAXBDDEV MAXDEV #ifdef DISK_DEBUG # define D(x) x