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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [score/] [cpu/] [i386/] [rtems.S] - Blame information for rev 593

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  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
 *  $Id: rtems.S,v 1.2 2001-09-27 11:59:26 chris Exp $
14
 */
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.