mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-12 20:58:31 +08:00
Visualise MMU
This commit is contained in:
parent
0e2e78e43f
commit
e59887a003
2 changed files with 2343 additions and 0 deletions
9
mmu.html
Normal file
9
mmu.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Apache NuttX RTOS on Ox64 BL808 SBC: Memory Management Unit</title>
|
||||||
|
</head>
|
||||||
|
<body bgcolor="black">
|
||||||
|
<canvas id="canvas" width="1024" height="1024"></canvas>
|
||||||
|
</body>
|
||||||
|
<script src="mmu.js"></script>
|
||||||
|
</html>
|
Loading…
Reference in a new issue