X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2Fmbr.S;h=984c01f41cde5ecbcdada58b0929de92cce728ca;hb=HEAD;hp=15902cfb77f8db994f6eb5c2bc12ac60c4f91f3b;hpb=ffed495b68f6d518efc5fcf6e845c5ff83099b11;p=rrq%2Fmaintain_lilo.git diff --git a/src/mbr.S b/src/mbr.S index 15902cf..984c01f 100644 --- a/src/mbr.S +++ b/src/mbr.S @@ -1,7 +1,7 @@ ; mbr.S - Master Boot Record to boot first partition marked active ; ; Copyright 2002-2004 John Coffman -; Copyright 2009-2011 Joachim Wiedorn +; Copyright 2009-2015 Joachim Wiedorn ; All rights reserved. ; ; Licensed under the terms contained in the file 'COPYING' @@ -53,7 +53,7 @@ _main: cli ! NT 4 blows up if this is missing #if EXT_PART stage: .byte STAGE_MBR2 ! search extended partitions, too #else -stage: .byte STAGE_MBR ! search primary parition only +stage: .byte STAGE_MBR ! search primary partition only #endif .org PARTS_LOAD+6