pmonsrc.htm

来自「mips架构的bootloader,99左右的版本 但源代码现在没人更新了」· HTM 代码 · 共 48 行

HTM
48
字号
<title>PMON Source Files</title><h1 align=center>PMON Source Files</h1></dl><h2>Makefiles</h2><dl><dd><dl><dd><a href="../pmon/README">readme</a><dd><a href="../pmon/Makefile">makefile</a> The main make control file.<dd><a href="../pmon/files.mk">files.mk</a>	The list of files. Used by makefile and target.mk.<dd><a href="../pmon/rules.mk">rules.mk</a>	Build rules. Required because sources are in different directory	from the object files.<dd><a href="../pmon/target.mk">target.mk</a> 	Used to make each of the subdirectories.</dl></dl><h2>Source Files</h2><dl><dd><table border><tr><td><a href="../pmon/mips.s">mips.s</a></td><td> 	The start of PMON (see _start).</td></tr><tr><td><a href="../pmon/main.c">main.c</a> </td><td>	The start of the PMON C code (see pmoninit).</td></tr><tr><td><a href="../pmon/ioctl.c">ioctl.c</a> </td><td>I/O device operations.</td></tr><tr><td><a href="../pmon/load.c">load.c</a> </td><td>	The <a href="c_load.htm">Load</a> command.</td></tr><tr><td><a href="../pmon/memtst.c">memtst.c</a> </td><td>	The <a href="c_mt.htm">Memory test</a> (mt) command.</td></tr><tr><td><a href="../pmon/sbrk.c">sbrk.c</a> </td><td>Used by alloc to get memory.</td></tr></table></dl><h2>See Also</h2><dl><dd><a href="monsrc.htm">MON source files</a><br></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 + =
减小字号Ctrl + -
显示快捷键?