diff options
Diffstat (limited to 'initrd/init')
-rw-r--r-- | initrd/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initrd/init b/initrd/init index 6c5acac..68ef07d 100644 --- a/initrd/init +++ b/initrd/init @@ -1,5 +1,5 @@ while (1) { - rect(0, 0, 480, 320, 0) + rect(0, 0, 480, 300, 0) ppos(0, 0) print("Free mem: ") |