diff options
Diffstat (limited to 'arch/i386/lib/bios.S')
-rw-r--r-- | arch/i386/lib/bios.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/i386/lib/bios.S b/arch/i386/lib/bios.S index 48f1b81..660a244 100644 --- a/arch/i386/lib/bios.S +++ b/arch/i386/lib/bios.S @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se + * Daniel Engström, Omicron Ceti AB, <daniel@omicron.se> * * See file CREDITS for list of people who contributed to this * project. @@ -42,7 +42,6 @@ * a general purpose replacement for a real BIOS !! */ - .section .bios, "ax" .code16 .org 0 |