diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-04-24 14:11:01 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-04-24 14:11:01 -0400 |
commit | c47485371ac69797b487f9549368fab62859de78 (patch) | |
tree | f10077a503379ada25c9f57622d9edd319c9c63d /initrd | |
parent | 5df5c67397e2800182e5016ab89bbd17e4e67a5b (diff) |
file cleanup, better text, documentation
Diffstat (limited to 'initrd')
-rw-r--r-- | initrd/init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/initrd/init b/initrd/init index 7592b4a..feb01f8 100644 --- a/initrd/init +++ b/initrd/init @@ -1,4 +1,5 @@ while (1) { + #tty(1) print("Free mem: ") print(freemem()) print("\n") |