diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 16:09:54 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 16:09:54 +0000 |
commit | f687b0fd02260d819a88fb89048f82492f147bd3 (patch) | |
tree | 9578bf547ea4cb7042a5fdddda9be62b6f09eec4 /net/etherboot/files | |
parent | Update to version 2.9. (diff) |
Update to version 4.2.11.
PR: 15173
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=23884
Diffstat (limited to 'net/etherboot/files')
-rw-r--r-- | net/etherboot/files/patch-aa | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/net/etherboot/files/patch-aa b/net/etherboot/files/patch-aa index 23cb19ffbb59..0e51fdf3df87 100644 --- a/net/etherboot/files/patch-aa +++ b/net/etherboot/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.orig Fri Oct 22 09:17:37 1999 ---- Makefile Fri Oct 22 09:18:27 1999 +*** Makefile.orig Thu Nov 25 00:34:35 1999 +--- Makefile Mon Nov 29 14:25:36 1999 *************** *** 74,79 **** --- 74,80 ---- @@ -10,3 +10,37 @@ IDENT= 'Etherboot/$(BITS) $(VERSION) (GPL) $@' # Stack must be below 640kb so we have real memory there +*************** +*** 102,108 **** + + # Exactly one of the following definitions for AS86 should be uncommented + # If you have not made any changes to the *.asm files (most people) +! AS86= none + # If you have made changes to the *.asm files + # and you want to rebuild *loader.bin and floppyload.bin and you have as86 + # from the ELKS Dev86 package (not the one that normally comes with Linux) +--- 103,109 ---- + + # Exactly one of the following definitions for AS86 should be uncommented + # If you have not made any changes to the *.asm files (most people) +! #AS86= none + # If you have made changes to the *.asm files + # and you want to rebuild *loader.bin and floppyload.bin and you have as86 + # from the ELKS Dev86 package (not the one that normally comes with Linux) +*************** +*** 111,117 **** + # If you have made changes to the *.asm files + # and you want to rebuild *loader.bin and floppyload.bin and you have nasm + # (not most people) +! #AS86= nasm + + # if your as has trouble with the data32 directive, uncomment this + # but note that the premade start*.o will be larger than necessary because it +--- 112,118 ---- + # If you have made changes to the *.asm files + # and you want to rebuild *loader.bin and floppyload.bin and you have nasm + # (not most people) +! AS86= nasm + + # if your as has trouble with the data32 directive, uncomment this + # but note that the premade start*.o will be larger than necessary because it |