diff options
Diffstat (limited to 'apps/test.c')
-rw-r--r-- | apps/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/test.c b/apps/test.c index f9e40cb..592f35b 100644 --- a/apps/test.c +++ b/apps/test.c @@ -81,8 +81,8 @@ void serial_print(const char *data) serial_put(data[i]); } -void main() +void start() { serial_install(); - serial_print("WELCOME TO USERSPACE"); + serial_print("Follow the white rabbit."); } |