OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [exec/] [score/] [cpu/] [i386/] [rtems.S] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 158 chris
/*  rtems.s
2
 *
3
 *  This file contains the single entry point code for
4
 *  the i386 implementation of RTEMS.
5
 *
6
 *  COPYRIGHT (c) 1989-1999.
7
 *  On-Line Applications Research Corporation (OAR).
8
 *
9
 *  The license and distribution terms for this file may be
10
 *  found in the file LICENSE in this distribution or at
11
 *  http://www.OARcorp.com/rtems/license.html.
12
 *
13 208 chris
 *  $Id: rtems.S,v 1.2 2001-09-27 11:59:26 chris Exp $
14 158 chris
 */
15
 
16
#include 
17
 
18
        EXTERN (_Entry_points)
19
 
20
        BEGIN_CODE
21
 
22
        .align  2
23
        PUBLIC (RTEMS)
24
 
25
SYM (RTEMS):
26
        jmpl      *SYM (_Entry_points)(,eax,4)
27
 
28
        END_CODE
29
 
30
END

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.