Author: stepan Date: 2006-05-26 13:14:20 +0200 (Fri, 26 May 2006) New Revision: 34
Modified: openbios-devel/arch/unix/unix.c openbios-devel/forth/admin/devices.fs openbios-devel/kernel/bootstrap.c Log: - update dates - fix address output of ls
Modified: openbios-devel/arch/unix/unix.c =================================================================== --- openbios-devel/arch/unix/unix.c 2006-05-26 10:37:37 UTC (rev 33) +++ openbios-devel/arch/unix/unix.c 2006-05-26 11:14:20 UTC (rev 34) @@ -350,7 +350,7 @@ * 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"
Modified: openbios-devel/forth/admin/devices.fs =================================================================== --- openbios-devel/forth/admin/devices.fs 2006-05-26 10:37:37 UTC (rev 33) +++ openbios-devel/forth/admin/devices.fs 2006-05-26 11:14:20 UTC (rev 34) @@ -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
Modified: openbios-devel/kernel/bootstrap.c =================================================================== --- openbios-devel/kernel/bootstrap.c 2006-05-26 10:37:37 UTC (rev 33) +++ openbios-devel/kernel/bootstrap.c 2006-05-26 11:14:20 UTC (rev 34) @@ -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 @@ * 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"