diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-03-18 20:04:27 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-03-18 20:04:27 +0000 |
commit | c37b6751f5d6570351608cbec0be4f8d8997626a (patch) | |
tree | 5117f78486d402f47285bdcae803330b0f258fdd /sbin/fdisk | |
parent | 482aec5d77671ce1ff0bec80fb9f6c9026c15038 (diff) |
Sync built-in MBR with current (a.k.a. '2004 Version') of
/usr/mdec/mbr. Only one instruction changes, a 'cli' becomes 'sti'.
ok deraadt@ tedu@
Diffstat (limited to 'sbin/fdisk')
-rw-r--r-- | sbin/fdisk/mbrcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/mbrcode.h b/sbin/fdisk/mbrcode.h index aef781e8476..9cff3cddce1 100644 --- a/sbin/fdisk/mbrcode.h +++ b/sbin/fdisk/mbrcode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mbrcode.h,v 1.3 2004/01/07 00:38:39 tom Exp $ */ +/* $OpenBSD: mbrcode.h,v 1.4 2014/03/18 20:04:26 krw Exp $ */ /* * Copyright (c) 2000 Tobias Weingartner * All rights reserved. @@ -37,7 +37,7 @@ 0xe8, 0xaf, 0x00, 0xb2, 0x80, 0xbe, 0xbe, 0x01, 0xb9, 0x04, 0x00, 0x8a, 0x04, 0x3c, 0x80, 0x74, 0x0f, 0x83, 0xc6, 0x10, 0xe2, 0xf5, 0xbe, 0x6a, -0x01, 0xe8, 0x96, 0x00, 0xfa, 0xf4, 0xeb, 0xfc, +0x01, 0xe8, 0x96, 0x00, 0xfb, 0xf4, 0xeb, 0xfc, 0x88, 0xd0, 0x24, 0x0f, 0x04, 0x30, 0xa2, 0x27, 0x01, 0xb0, 0x34, 0x28, 0xc8, 0xa2, 0x34, 0x01, 0x56, 0xbe, 0x1a, 0x01, 0xf6, 0x06, 0xb4, 0x01, |