Changeset 03f2154e in rtems for c/src/lib/libbsp/i386/go32
- Timestamp:
- Apr 22, 1997, 5:20:27 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 84ff7c23
- Parents:
- b91726f
- Location:
- c/src/lib/libbsp/i386/go32
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/go32/include/bsp.h
rb91726f r03f2154e 3 3 * This include file definitions related to the ibm386 (go32) board. 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/lib/libbsp/i386/go32/include/coverhd.h
rb91726f r03f2154e 4 4 * with calling a particular directive from C on this target. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/lib/libbsp/i386/go32/startup/bspstart.c
rb91726f r03f2154e 10 10 * OUTPUT: NONE 11 11 * 12 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.12 * COPYRIGHT (c) 1989-1997. 13 13 * On-Line Applications Research Corporation (OAR). 14 * All rightsassigned to U.S. Government, 1994.15 * 16 * Th is material may be reproduced by or for the U.S. Government pursuant17 * t o the copyright license under the clause at DFARS 252.227-7013. This18 * notice must appear in all copies of this file and its derivatives.14 * Copyright assigned to U.S. Government, 1994. 15 * 16 * The license and distribution terms for this file may in 17 * the file LICENSE in this distribution or at 18 * http://www.OARcorp.com/rtems/license.html. 19 19 * 20 20 * $Id$ -
c/src/lib/libbsp/i386/go32/startup/exit.c
rb91726f r03f2154e 4 4 * This routine returns control to DOS. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/lib/libbsp/i386/go32/startup/setvec.c
rb91726f r03f2154e 12 12 * address of previous interrupt handler 13 13 * 14 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.14 * COPYRIGHT (c) 1989-1997. 15 15 * On-Line Applications Research Corporation (OAR). 16 * All rightsassigned to U.S. Government, 1994.16 * Copyright assigned to U.S. Government, 1994. 17 17 * 18 * Th is material may be reproduced by or for the U.S. Government pursuant19 * t o the copyright license under the clause at DFARS 252.227-7013. This20 * notice must appear in all copies of this file and its derivatives.18 * The license and distribution terms for this file may in 19 * the file LICENSE in this distribution or at 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/i386/go32/timer/timer.c
rb91726f r03f2154e 10 10 * determined when porting or modifying this code. 11 11 * 12 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.12 * COPYRIGHT (c) 1989-1997. 13 13 * On-Line Applications Research Corporation (OAR). 14 * All rightsassigned to U.S. Government, 1994.14 * Copyright assigned to U.S. Government, 1994. 15 15 * 16 * Th is material may be reproduced by or for the U.S. Government pursuant17 * t o the copyright license under the clause at DFARS 252.227-7013. This18 * notice must appear in all copies of this file and its derivatives.16 * The license and distribution terms for this file may in 17 * the file LICENSE in this distribution or at 18 * http://www.OARcorp.com/rtems/license.html. 19 19 * 20 20 * $Id$ -
c/src/lib/libbsp/i386/go32/timer/timerisr.s
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$
Note: See TracChangeset
for help on using the changeset viewer.