diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-15 06:23:36 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-15 06:23:36 +0000 |
commit | 5424050ea1a8211aec2f6e8859e71771545371c5 (patch) | |
tree | 9cd3a63c7cf552281a7d9587c2f97ef1e38d0c64 /sys | |
parent | 74b5fc28672f12de1a4bcb0f0157db2c761dfdcf (diff) |
kill bogus comments
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/stand/libsa/asm.S | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/i386/stand/libsa/asm.S b/sys/arch/i386/stand/libsa/asm.S index 23de81028bc..4779f47d1d5 100644 --- a/sys/arch/i386/stand/libsa/asm.S +++ b/sys/arch/i386/stand/libsa/asm.S @@ -1,5 +1,4 @@ -/* $OpenBSD: asm.S,v 1.1 1997/03/31 03:12:08 weingart Exp $ */ -/* $NetBSD: srt0.c,v 1.3 1994/10/27 04:21:59 cgd Exp $ */ +/* $OpenBSD: asm.S,v 1.2 1997/04/15 06:23:35 mickey Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -39,13 +38,6 @@ * @(#)srt0.c 5.3 (Berkeley) 4/28/91 */ -/* - * Startup code for standalone system - * Non-relocating version -- for programs which are loaded by boot - * Relocating version for boot - * Small relocating version for "micro" boot - */ - .globl _inb _inb: movl 4(%esp),%edx subl %eax,%eax # clr eax |