📄 icekern.htm
字号:
<title>SerialICE Kernels</title> <h1 align=center>SerialICE Kernels</h1><!--INDEX "SerialICE Kernels features" "bsps directory" kernel -->The SerialICE package provides a number of example SerialICE Kernels. Theseare located in the <samp>bsps</samp> directory. To build an SerialICE Kernelsimply move to the bsps directory and type make. This will list all ofthe kernels that are currently provided, together will instructions forbuilding them. If you have built your own board, you will probably needto <a href="kport.htm">modify</a> the kernel to make it work onyour new board.<p>Once you have built the <a href="srec.htm">S-record</a> file youare ready to <a href="mkroms.htm">make ROMS</a>.<p><dl><dd><a href="kernop.htm">Operation</a><dd><a href="kport.htm">Porting</a><dd><a href="itargdes.htm">Target Design Considerations</a><dd><a href="iceproto.htm">SerialICE protocol</a></dl>The SerialICE Kernel is a small (less than 1K bytes) program that is ROM-residenton your Target board.<p>Principle Features:<p><ul><li>Neither uses nor flushes the caches - runs from k1seg.<li>Does initialize at least one block of RAM - this usually just means that it initializes the DRAM controller.<li>Uses Interrupt-driven Serial I/O - Actually interrupts are only used to wakeup the kernel when the application is running.<li>Runs the Application on powerup - If no real application is included in the ROM, the processor sits in a branch-to-self loop until the wakeup request is received.<li>Does not include software emulation of floating-point or multiply/divide.<li>Does not include software for instruction emulation.</ul></dl><p><hr><b>Navigation:</b> <a href="index.htm">Document Home</a> | <a href="doctoc.htm">Document Contents</a> | <a href="docindex.htm">Document Index</a> <p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -