Visualise MMU

This commit is contained in:
Lee Lup Yuen 2024-06-10 22:25:47 +08:00
parent 0e2e78e43f
commit e59887a003
2 changed files with 2343 additions and 0 deletions

9
mmu.html Normal file
View 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>

2334
mmu.js Normal file

File diff suppressed because it is too large Load diff