X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2Fmbr.S;h=984c01f41cde5ecbcdada58b0929de92cce728ca;hb=cd7ff46dfca93266c14911df8bb9a827c3bd50cf;hp=26028475c121655b68a794ff4277ba8100bc7d7f;hpb=23c77cc092dbbb1e12c47c2b0021d4476b543702;p=rrq%2Fmaintain_lilo.git diff --git a/src/mbr.S b/src/mbr.S index 2602847..984c01f 100644 --- a/src/mbr.S +++ b/src/mbr.S @@ -1,10 +1,11 @@ -; mbr.S -- Master Boot Record to boot first partition marked active +; mbr.S - Master Boot Record to boot first partition marked active ; -; Copyright 2002-2004 John Coffman. -; All rights reserved. +; Copyright 2002-2004 John Coffman +; Copyright 2009-2015 Joachim Wiedorn +; All rights reserved. ; -; Licensed under the terms contained in the file 'COPYING' in the -; source directory. +; Licensed under the terms contained in the file 'COPYING' +; in the source directory. ; /* set to 1 for debugging output */ @@ -52,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