links.html
来自「9200的开发资料:包括uboot」· HTML 代码 · 共 28 行
HTML
28 行
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mohammed Amine SAYA">
<title>index</title>
<base target="Main">
</head>
<body bgcolor="white">
<h1><center>Useful links</center></h1>
<br><br>
<ul>
<li>ARM-linux community web site : <a href="http://www.arm.linux.org.uk" target="_blank">http://www.arm.linux.org.uk</a></li>
<li>Full and thorough documentation on how to set up Linux on a embedded device : <a href="http://www-106.ibm.com/developerworks/linux/library/l-embdev.html" target="_blank">http://www-106.ibm.com/developerworks/linux/library/l-embdev.html</a></li>
<li>Official kernel site <a href="http://www.kernel.org" target="_blank">http://www.kernel.org</a></li>
<li>Linux USB site is a very useful site where you cn find all kind of information about USB stacks and the latest USB development under Linux <a href="http://www.linux-usb.org" target="_blank">http://www.linux-usb.org</a></li>
</ul>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?