diff options
Diffstat (limited to 'src/init/main.c')
-rw-r--r-- | src/init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init/main.c b/src/init/main.c index 7c827eb..2029bc9 100644 --- a/src/init/main.c +++ b/src/init/main.c @@ -29,7 +29,7 @@ int main(void) { fs_test(); test_await(); - printf("%s\n", "printf test"); + printf("%s %x\n", "printf test", 0xACAB1312); char c; while (_syscall_read(tty_fd, &c, 1, 0)) |