about summary refs log tree commit diff stats
path: root/apps/ex9
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-08 22:09:59 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-08 22:14:42 -0700
commitf16f5690600ea74f2d77b72bf9167cf3a74c1d2e (patch)
treea63c61f6eba005f0e529e1c28e247cf7f2b92942 /apps/ex9
parent3ae9d0ed54f7cd13a1672d0f5ae29d3f9baf4027 (diff)
downloadmu-f16f5690600ea74f2d77b72bf9167cf3a74c1d2e.tar.gz
6622 - new syscalls: time and ntime
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.
Diffstat (limited to 'apps/ex9')
-rwxr-xr-xapps/ex9bin244 -> 252 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/ex9 b/apps/ex9
index 7d2d495e..14dd22b2 100755
--- a/apps/ex9
+++ b/apps/ex9
Binary files differ
128' href='#n128'>128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189