From b5ba75b30accc1295fc0bdd36674ecfaeaf26bd3 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Fri, 7 Dec 2001 05:21:18 +0000 Subject: [PATCH] - this patch was made from Harry Mohn's modified bximage.c from November 25. --- bochs/patches/patch.mohn-bximage-2gig | 53 +++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 bochs/patches/patch.mohn-bximage-2gig diff --git a/bochs/patches/patch.mohn-bximage-2gig b/bochs/patches/patch.mohn-bximage-2gig new file mode 100644 index 000000000..0b77ee8a9 --- /dev/null +++ b/bochs/patches/patch.mohn-bximage-2gig @@ -0,0 +1,53 @@ +Index: misc/bximage.c +=================================================================== +RCS file: /cvsroot/bochs/bochs/misc/bximage.c,v +retrieving revision 1.5 +diff -u -r1.5 bximage.c +--- misc/bximage.c 2001/06/01 05:45:55 1.5 ++++ misc/bximage.c 2001/12/07 05:19:34 +@@ -16,6 +16,7 @@ + char *EOF_ERR = "ERROR: End of input"; + char *rcsid = "$Id: patch.mohn-bximage-2gig,v 1.1 2001-12-07 05:21:18 bdenney Exp $"; + char *divider = "========================================================================"; ++int hdsize; //declared this integer here instead of in the "main" section so that the "make_image" section would work + + /* menu data for choosing floppy/hard disk */ + char *fdhd_menu = "\nDo you want to create a floppy disk image or a hard disk image?\nPlease type hd or fd. [hd] "; +@@ -44,6 +45,7 @@ + bx_center_print (stdout, "bximage\n", 72); + bx_center_print (stdout, "Disk Image Creation Tool for Bochs\n", 72); + bx_center_print (stdout, rcsid, 72); ++ bx_center_print (stdout, "# MODIFIED BY HENRY III #", 72); + printf ("\n%s\n", divider); + } + +@@ -216,11 +218,12 @@ + for (i=0; i