diff options
Diffstat (limited to 'net/etherboot/files')
-rw-r--r-- | net/etherboot/files/patch-aa | 19 | ||||
-rw-r--r-- | net/etherboot/files/patch-ab | 19 |
2 files changed, 0 insertions, 38 deletions
diff --git a/net/etherboot/files/patch-aa b/net/etherboot/files/patch-aa deleted file mode 100644 index 4fb53b6d1fed..000000000000 --- a/net/etherboot/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** Makefile.orig Mon Oct 16 21:24:09 2000 ---- Makefile Sun Oct 22 10:05:01 2000 -*************** -*** 149,155 **** - #AS86= as86 - # If you have made changes to the *.S files and you want to rebuild *loader.bin - # and {floppy,com}load.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 ---- 149,155 ---- - #AS86= as86 - # If you have made changes to the *.S files and you want to rebuild *loader.bin - # and {floppy,com}load.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 diff --git a/net/etherboot/files/patch-ab b/net/etherboot/files/patch-ab deleted file mode 100644 index 719016ea8870..000000000000 --- a/net/etherboot/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** main.c.orig Sun Oct 22 10:07:25 2000 ---- main.c Sun Oct 22 10:07:58 2000 -*************** -*** 940,946 **** - memset(motd, 0, sizeof(motd)); - #endif - end_of_rfc1533 = NULL; -! vendorext_isvalid = 0; - if (memcmp(p, rfc1533_cookie, 4)) - return(0); /* no RFC 1533 header found */ - p += 4; ---- 940,946 ---- - memset(motd, 0, sizeof(motd)); - #endif - end_of_rfc1533 = NULL; -! vendorext_isvalid = 1; /* FreeBSD uses this field for swap */ - if (memcmp(p, rfc1533_cookie, 4)) - return(0); /* no RFC 1533 header found */ - p += 4; |