diff options
author | 1998-07-04 08:56:41 +0000 | |
---|---|---|
committer | 1998-07-04 08:56:41 +0000 | |
commit | d8aa399c1c0fddce8b0e8ffe44b36a0d55e795ed (patch) | |
tree | acedab2ce4a94ef29f23e593ba3241a890a8741e | |
parent | split dirname and basename man pages; add dirname (diff) | |
download | wireguard-openbsd-d8aa399c1c0fddce8b0e8ffe44b36a0d55e795ed.tar.xz wireguard-openbsd-d8aa399c1c0fddce8b0e8ffe44b36a0d55e795ed.zip |
add nop; fixes Kapok Computer AMI WinBIOS boot sector detection garbage
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S index 4f08c311b03..a40222424cb 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.S +++ b/sys/arch/i386/stand/biosboot/biosboot.S @@ -1,4 +1,4 @@ -/* $OpenBSD: biosboot.S,v 1.27 1998/04/18 07:39:35 deraadt Exp $ */ +/* $OpenBSD: biosboot.S,v 1.28 1998/07/04 08:56:41 deraadt Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff, Tobias Weingartner @@ -64,6 +64,7 @@ .globl start start: jmp 1f + nop . = start + 3 .asciz "OpenBSD" |