⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vector_table.c

📁 toppers操作系统源码
💻 C
字号:
/* *  TOPPERS/JSP Kernel *      Toyohashi Open Platform for Embedded Real-Time Systems/ *      Just Standard Profile Kernel *  *  Copyright (C) 2000-2004 by Embedded and Real-Time Systems Laboratory *                              Toyohashi Univ. of Technology, JAPAN *  Copyright (C) 2001-2004 by Industrial Technology Institute, *                              Miyagi Prefectural Government, JAPAN *  *  惧淡螟侯涪荚は·笆布の (1)×(4) の掘凤か·Free Software Foundation  *  によって给山されている GNU General Public License の Version 2 に淡 *  揭されている掘凤を塔たす眷圭に嘎り·塑ソフトウェア∈塑ソフトウェア *  を猖恃したものを崔むˉ笆布票じ∷を蝗脱ˇ剩澜ˇ猖恃ˇ浩芹邵∈笆布· *  网脱と钙ぶ∷することを痰浸で钓满するˉ *  (1) 塑ソフトウェアをソ〖スコ〖ドの妨で网脱する眷圭には·惧淡の螟侯 *      涪山绩·この网脱掘凤および布淡の痰瘦沮惮年が·そのままの妨でソ〖 *      スコ〖ド面に崔まれていることˉ *  (2) 塑ソフトウェアを·ライブラリ妨及など·戮のソフトウェア倡券に蝗 *      脱できる妨で浩芹邵する眷圭には·浩芹邵に燃うドキュメント∈网脱 *      荚マニュアルなど∷に·惧淡の螟侯涪山绩·この网脱掘凤および布淡 *      の痰瘦沮惮年を非很することˉ *  (3) 塑ソフトウェアを·怠达に寥み哈むなど·戮のソフトウェア倡券に蝗 *      脱できない妨で浩芹邵する眷圭には·肌のいずれかの掘凤を塔たすこ *      とˉ *    (a) 浩芹邵に燃うドキュメント∈网脱荚マニュアルなど∷に·惧淡の螟 *        侯涪山绩·この网脱掘凤および布淡の痰瘦沮惮年を非很することˉ *    (b) 浩芹邵の妨轮を·侍に年める数恕によって·TOPPERSプロジェクトに *        鼠桂することˉ *  (4) 塑ソフトウェアの网脱により木儡弄または粗儡弄に栏じるいかなる禄 *      巢からも·惧淡螟侯涪荚およびTOPPERSプロジェクトを倘勒することˉ *  *  塑ソフトウェアは·痰瘦沮で捏丁されているものであるˉ惧淡螟侯涪荚お *  よびTOPPERSプロジェクトは·塑ソフトウェアに簇して·その努脱材墙拉も *  崔めて·いかなる瘦沮も乖わないˉまた·塑ソフトウェアの网脱により木 *  儡弄または粗儡弄に栏じたいかなる禄巢に簇しても·その勒扦を砷わないˉ *  *  @(#) $Id: vector_table.c,v 1.4 2004/09/22 08:47:52 honda Exp $ *//* *	毋嘲ベクタの年盗∈SH1脱∷ */#include "jsp_kernel.h"#ifdef KERNEL_HAS_A_VECTOR_TABLEextern void start(void);		/*  start.S  */extern void no_reg_exception(void);	/*  cpu_support.S  */FP vector_table [] = {	RESET_VECTOR,		/*   0:パワ〖オンリセット  */	(FP)INIT_STACK,		/*     スタックポインタの介袋猛  */	RESET_VECTOR,		/*   2:マニュアルリセット  */	(FP)INIT_STACK,		/*     スタックポインタの介袋猛  */	GII_VECTOR,		/*   4:办忍稍碰炭吾        */	RESERVED_VECTOR,	/*   5:システム徒腆        */	SII_VECTOR,		/*   6:スロット稍碰炭吾    */	RESERVED_VECTOR,	/*   7:システム徒腆        */	RESERVED_VECTOR,	/*   8:システム徒腆        */	CAE_VECTOR,		/*   9:CPUアドレスエラ〖   */	DAE_VECTOR,		/*  10:DMAアドレスエラ〖   */	NMI_VECTOR,		/*  11:MNI                 */				/*  荒りはデフォルトの毋嘲借妄  */	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception,	no_reg_exception};#endif /* KERNEL_HAS_A_VECTOR_TABLE */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -