diff options
| author | Michael Brown | 2006-03-16 20:28:38 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-03-16 20:28:38 +0100 |
| commit | cdf1511d3ef46939431557ed8eaec6ef7896cb5c (patch) | |
| tree | 9c0214ff7bc3026f1e317afda08c38afe173446b /src/arch | |
| parent | Add uip on HEAD; it's safe to build, since nothing links against it at the (diff) | |
| download | ipxe-cdf1511d3ef46939431557ed8eaec6ef7896cb5c.tar.gz ipxe-cdf1511d3ef46939431557ed8eaec6ef7896cb5c.tar.xz ipxe-cdf1511d3ef46939431557ed8eaec6ef7896cb5c.zip | |
Prefix semantics have changed
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/i386/prefix/hdprefix.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/i386/prefix/hdprefix.S b/src/arch/i386/prefix/hdprefix.S index 38e62bc3c..2a6dc8e98 100644 --- a/src/arch/i386/prefix/hdprefix.S +++ b/src/arch/i386/prefix/hdprefix.S @@ -1,3 +1,7 @@ +#warning "Needs fixing up for gpxe" + +#if 0 + /****************************************************************\ hdprefix.S Copyright (C) 2005 Per Dalgas Jakobsen @@ -294,3 +298,4 @@ _bios_lba_high: .word 0 .word BOOTMAGIC /*** END ********************************************************/ +#endif |
