about summary refs log tree commit diff stats
path: root/baremetal/ex2.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-28 00:39:50 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-28 00:39:50 -0800
commit9e315ddf401e20e30c1359c0fdc2b09393a6da88 (patch)
tree5772c42a5b86e26d79df3cbec8cb7b132b383615 /baremetal/ex2.mu
parentfa0e67c172ec110ebd419f34506ff0dfaad02042 (diff)
downloadmu-9e315ddf401e20e30c1359c0fdc2b09393a6da88.tar.gz
7674 - beginning of mouse driver
No handler yet, just initialization.

Bochs boots up; Qemu gets into a reboot loop.

Unlike the keyboard where I did the minimum necessary for Qemu, here I
am blindly copying something alleged to work on "real hardware." Makes
no difference to the failure modes I'm seeing.

Even in this tiny endeavor I see the abyss open up. Poke bytes at some
sequence of ports, read back bytes from some sequence ports; it's like
sending out prayers.
Diffstat (limited to 'baremetal/ex2.mu')
0 files changed, 0 insertions, 0 deletions
rings' href='/ahoang/chawan/commit/src/config/mimetypes.nim?id=d526deb99e44f2a8d1a9c3eea60676703dd64302'>d526deb9 ^
fb2f0b91 ^
d526deb9 ^
fb2f0b91 ^
d526deb9 ^
fb2f0b91 ^




d526deb9 ^





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