about summary refs log tree commit diff stats
path: root/apps/ex9
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
8eefcb855fb25'>^
748b6865 ^

8fb0e672 ^

4f3510d0 ^
77d5b5d6 ^
104854ca ^
748b6865 ^
8fb0e672 ^

4f3510d0 ^
9acf5c0f ^

4f3510d0 ^
9acf5c0f ^
4f3510d0 ^
050a93ac ^

4f3510d0 ^




9acf5c0f ^




4f3510d0 ^
050a93ac ^

4f3510d0 ^
050a93ac ^
ea19d0dc ^
050a93ac ^

4f3510d0 ^




050a93ac ^


08f4628e ^
77d5b5d6 ^
104854ca ^
748b6865 ^
ea19d0dc ^
748b6865 ^




8fb0e672 ^

4f3510d0 ^
77d5b5d6 ^
104854ca ^
5fdd8e96 ^
4f3510d0 ^
502d2ea5 ^
104854ca ^
8fb0e672 ^
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