mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
- update dates
- fix address output of ls git-svn-id: svn://coreboot.org/openbios/openbios-devel@34 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -350,7 +350,7 @@ read_from_disk( int channel, int unit, int blk, unsigned long mphys, int size )
|
||||
* main loop
|
||||
*/
|
||||
|
||||
#define BANNER "OpenBIOS core. (C) 2003-2005 Patrick Mauritz, Stefan Reinauer\n"\
|
||||
#define BANNER "OpenBIOS core. (C) 2003-2006 Patrick Mauritz, Stefan Reinauer\n"\
|
||||
"This software comes with absolutely no warranty. "\
|
||||
"All rights reserved.\n\n"
|
||||
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
\
|
||||
\ this code implements IEEE 1275-1994
|
||||
\
|
||||
\ Copyright (C) 2003 Samuel Rydh, Stefan Reinauer
|
||||
\ Copyright (C) 2003 Samuel Rydh
|
||||
\ Copyright (C) 2003-2006 Stefan Reinauer
|
||||
\
|
||||
\ See the file "COPYING" for further information about
|
||||
\ the copyright and warranty status of this work.
|
||||
@@ -204,7 +205,7 @@
|
||||
cr
|
||||
?active-package >dn.child @
|
||||
begin dup while
|
||||
dup . dup pnodename type cr
|
||||
dup u. dup pnodename type cr
|
||||
>dn.peer @
|
||||
repeat
|
||||
drop
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* tag: forth bootstrap environment
|
||||
*
|
||||
* Copyright (C) 2003-2005 Stefan Reinauer, Patrick Mauritz
|
||||
* Copyright (C) 2003-2006 Stefan Reinauer, Patrick Mauritz
|
||||
*
|
||||
* See the file "COPYING" for further information about
|
||||
* the copyright and warranty status of this work.
|
||||
@@ -920,7 +920,7 @@ static void new_dictionary(const char *source)
|
||||
* main loop
|
||||
*/
|
||||
|
||||
#define BANNER "OpenBIOS bootstrap kernel. (C) 2003-2005 Patrick Mauritz, Stefan Reinauer\n"\
|
||||
#define BANNER "OpenBIOS bootstrap kernel. (C) 2003-2006 Patrick Mauritz, Stefan Reinauer\n"\
|
||||
"This software comes with absolutely no warranty. "\
|
||||
"All rights reserved.\n\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user