Changeset d1887baf in rtems
- Timestamp:
- 02/01/12 21:02:03 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 52694844
- Parents:
- 441b90e
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/Makefile.am
r441b90e rd1887baf 1 1 ## 2 ## $Id$3 2 ## 4 3 -
c/src/lib/libbsp/i386/pc386/console/printk_support.c
r441b90e rd1887baf 1 1 /* 2 * This file contains a stub for the required printk support. 3 * It is NOT functional!!! 2 * @file 4 3 * 5 * This driver uses the termios pseudo driver. 4 * @ingroup Console 5 * 6 * @brief printk support routines 7 * 8 * This file contains the required printk support. 6 9 */ 7 10 8 11 /* 9 * COPYRIGHT (c) 1989-20 07.12 * COPYRIGHT (c) 1989-2012. 10 13 * On-Line Applications Research Corporation (OAR). 11 14 * … … 13 16 * found in the file LICENSE in this distribution or at 14 17 * http://www.rtems.com/license/LICENSE. 15 *16 * $Id$17 18 */ 18 19 -
c/src/lib/libbsp/i386/pc386/start/start.S
r441b90e rd1887baf 25 25 | 26 26 | ************************************************************************** 27 | * COPYRIGHT (c) 1989- 1999.27 | * COPYRIGHT (c) 1989-2012. 28 28 | * On-Line Applications Research Corporation (OAR). 29 29 | * … … 32 32 | * http://www.rtems.com/license/LICENSE. 33 33 | ************************************************************************** 34 |35 | $Id$36 34 +--------------------------------------------------------------------------*/ 37 35
Note: See TracChangeset
for help on using the changeset viewer.