-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (135 loc) · 6.09 KB
/
Copy pathindex.html
File metadata and controls
148 lines (135 loc) · 6.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="OpenNoah project, mainly mipsel Ingenic JZ4740">
<!-- <meta name="author" content=""> -->
<!-- <link href="../../favicon.ico" rel="icon"> -->
<title>OpenNoah project</title>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed" aria-expanded="false" aria-controls="navbar" type="button" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">OpenNoah project</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="https://github.com/OpenNoah/OpenNoah.github.io/wiki">Wiki</a></li>
<!-- <li><a href="#about">About</a></li> -->
<!-- <li><a href="#contact">Contact</a></li> -->
<!-- <li class="dropdown">
<a class="dropdown-toggle" role="button" aria-expanded="false" aria-haspopup="true" href="#" data-toggle="dropdown">
Devices
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="NP1380/index.html">NP1380</a></li>
<li><a href="NP1500/index.html">NP1500</a></li>
</ul>
</li> -->
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container" role="main">
<div class="jumbotron">
<h1>OpenNoah project</h1>
<p class="lead">
Welcome to the OpenNoah project page.
<a class="btn btn-xs btn-primary" href="https://github.com/OpenNoah">GitHub</a><br>
</p>
</div>
This is a fan project, mainly for reverse engineering the NP1xx0 series, hand-held embedded learning devices, designed by <a href="http://www.noahedu.com">noahedu.com</a><br>
<br>
<table class="table">
<thead>
<tr>
<th>Repository</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/OpenNoah/linux">linux</a></td>
<td>Linux kernel from Ingenic (2.6.24.3)</td>
</tr>
<tr>
<td><a href="https://github.com/OpenNoah/linux-new">linux-new</a></td>
<td>The new Linux kernel (EXPERIMENTAL) (mainline)</td>
</tr>
<tr>
<td><a href="https://github.com/OpenNoah/mipseltools-gcc412-lnx26">mipseltools-gcc412-lnx26</a></td>
<td>Cross compile toolchain for mipsel, with gcc 4.1.2, for linux 2.6</td>
</tr>
<tr>
<td><a href="https://github.com/OpenNoah/mtd-utils">mtd-utils</a></td>
<td>Utilities for MTD subsystem (and UBIFS)</td>
</tr>
<tr>
<td><a href="https://github.com/OpenNoah/NoahSplit">NoahSplit</a></td>
<td>Program for decoding and splitting upgrade file</td>
</tr>
</tbody>
</table>
Some other stuff:<br>
<table class="table">
<thead>
<tr>
<th>Repository</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="NP1500-HOWTO">昊哥的NP1500私房菜</a></td>
<td>黑历史系列教程</td>
</tr>
<tr>
<td><a href="https://github.com/OpenNoah/Words">【插件】终端单词默写软件</a></td>
<td>For remembering words, on terminal</td>
</tr>
<tr>
<td><a href="https://github.com/OpenNoah/File-Manager">【插件】文件管理器(终端资源管理器)</a></td>
<td>File manager, on terminal</td>
</tr>
<tr>
<td><a href="https://github.com/OpenNoah/Sokoban">【游戏】推箱子游戏,bash版</a></td>
<td>Game Sokoban implemented with bash, on terminal</td>
</tr>
<tr>
<td><a href="https://github.com/OpenNoah/Game2048">Game2048</a></td>
<td>Game 2048 implemented using Qt2 (embedded)</td>
</tr>
<tr>
<td><a href="https://github.com/OpenNoah/BoardGame">BoardGame</a></td>
<td>Implementation of some board games, using Qt2 (embedded)</td>
</tr>
</tbody>
</table>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body></html>