blob: 26da2fd57cc3275b2b6c4c45abbc6b8c7686430d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
layout: default
title: ASCIIMX
---
<div class="container">
<h2 class="center">{{ site.title | uppercase }}</h2>
<h5 class="center typewriter-1">
$ cu -l /dev/asciimx
</h5>
<h5 class="center typewriter-2">
<span>NMI_LNK: SIG_ASSERT [0x53]</span>
<span class="cursor"></span>
</h5>
<br>
<br>
{% include latest.html limit="10" %}
</div>
|