about summary refs log tree commit diff stats
path: root/104new-segment.subx
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 /104new-segment.subx
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 '104new-segment.subx')
0 files changed, 0 insertions, 0 deletions
u/blame/html/tangle.mu.html?h=main&id=b318b7fb127a2bdf3e394b315a45d339dc738447'>^
eaeb9552 ^
dbe12410 ^

c5ffb6e1 ^
c5ffb6e1 ^



















762b099e ^
d44123ca ^
c5ffb6e1 ^
d44123ca ^
c5ffb6e1 ^
d44123ca ^
c5ffb6e1 ^

d44123ca ^
c5ffb6e1 ^
9570363a ^


c5ffb6e1 ^

d44123ca ^
c5ffb6e1 ^
9570363a ^



c5ffb6e1 ^


9570363a ^

c5ffb6e1 ^





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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73