diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-04 08:56:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-04 08:56:42 +0000 |
commit | cb9cdd765870006396d459f1516a265ec9929e09 (patch) | |
tree | 798528a44be452c98246a5f85a9b2afbee946b02 | |
parent | 13cff5f84efe5b0740f696503852034b7beb831c (diff) |
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" |