about summary refs log tree commit diff stats
path: root/archive
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-23 23:06:54 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-23 23:06:54 -0800
commit32fc6c2ddfc353ff88f3ceca8e4eb7e8607f5edf (patch)
treeeaadfecbbe9c6f1f51854f06c860d3ebf95057d9 /archive
parent169adc36d3d90302a9837b9b1dc1b94de43e2350 (diff)
downloadmu-32fc6c2ddfc353ff88f3ceca8e4eb7e8607f5edf.tar.gz
7395 - boot.hex: recognize '1' press on keyboard
https://stackoverflow.com/questions/37618111/keyboard-irq-within-an-x86-kernel
is right, no need to mess with the status port at the start.
Diffstat (limited to 'archive')
0 files changed, 0 insertions, 0 deletions
mp;id=a1d7ed6e9fca2f2e76685bef787c09ed6a456f63'>a1d7ed6e ^
e92fe17a ^
e92fe17a ^
b5493fe4 ^

ef0ee843 ^
0b8a9d79 ^
a6791aee ^
23236d0c ^
08f21ae5 ^
4be8b401 ^



d955e3f0 ^
75013dc7 ^
67bb838c ^
6f43de0a ^




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