Gah! Set LABELSECTOR and LABELOFFSET correctly for amd64. This might

explain why I've been having trouble with libdisk and sysinstall...
This commit is contained in:
Peter Wemm 2003-06-07 07:07:04 +00:00
parent 7d2191c827
commit b37d468c2a

View File

@ -55,7 +55,7 @@
*/
/* XXX these should be defined per controller (or drive) elsewhere, not here! */
#ifdef __i386__
#if defined(__i386__) || defined(__amd64__)
#define LABELSECTOR 1 /* sector containing label */
#define LABELOFFSET 0 /* offset of label in sector */
#endif