about summary refs log tree commit diff stats
path: root/apps/ex3
Commit message (Collapse)AuthorAgeFilesLines
* 7225Kartik Agaram2020-11-111-0/+0
| | | | | | | Both manual tests described in commit 7222 now work. To make them work I had to figure out how to copy a file. It requires a dependency on a new syscall: lseek.
* 6622 - new syscalls: time and ntimeKartik Agaram2020-07-081-0/+0
| | | | | As a side-effect I find that my Linode can print ~100k chars/s. At 50 rows and 200 columns per screen, it's 10 frames/s.
* 6604 - new appKartik Agaram2020-07-011-0/+0
| | | | | | https://archive.org/details/akkartik-2min-2020-07-01 In the process I found a bug, added a new syscall, and 'emulated' it.
* 6409 - primitives for text-mode UIsKartik Agaram2020-05-271-0/+0
|
* 5856Kartik Agaram2020-01-011-0/+0
t; 2012-11-08 22:51:49 +0000 committer James Booth <boothj5@gmail.com> 2012-11-08 22:51:49 +0000 Added #define's to headers' href='/danisanti/profani-tty/commit/src/room_chat.h?id=ba11e88dcb4ba2554c690a7ecc10652b28a4d4a4'>ba11e88d ^
0deba9e1 ^

7255ef5e ^

740e5b42 ^
2215a379 ^
62c10286 ^
4f7feedb ^














fac2b2cf ^





4f7feedb ^

6fd9b179 ^
60e0d5ef ^
4f7feedb ^





17757c86 ^
0338d136 ^
d25d6b45 ^
3b0f7e10 ^

d25d6b45 ^
3b0f7e10 ^

d25d6b45 ^


3b0f7e10 ^
24a45e52 ^
3b0f7e10 ^

d25d6b45 ^
3b0f7e10 ^



d25d6b45 ^
3b0f7e10 ^

dd11334b ^

3b0f7e10 ^






78a1556f ^
dd11334b ^
4f7feedb ^

3b0f7e10 ^



d25d6b45 ^
3b0f7e10 ^

d25d6b45 ^
3b0f7e10 ^

d25d6b45 ^

3b0f7e10 ^
d25d6b45 ^
3b0f7e10 ^
d25d6b45 ^
3b0f7e10 ^
17757c86 ^
3b0f7e10 ^

d25d6b45 ^
3b0f7e10 ^

f247f367 ^
3b0f7e10 ^

4b14c0c4 ^
3b0f7e10 ^

b50b786d ^
3b0f7e10 ^



41b49cb5 ^
3b0f7e10 ^
fac2b2cf ^
ba11e88d ^
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149