diff options
author | Marvin Borner | 2021-03-13 00:38:36 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-13 00:40:23 +0100 |
commit | 606774e6b0e0a2d36139983b85c8675b2228a9ff (patch) | |
tree | 72a8ba13668ac0a91ac3871b08c1882ce43f7580 /apps | |
parent | e8f17844d05fdc0e44d3793dc73996c7c09e44d6 (diff) |
Fixed test suite
Diffstat (limited to 'apps')
-rw-r--r-- | apps/test.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/test.c b/apps/test.c index 80f24ad..d64e224 100644 --- a/apps/test.c +++ b/apps/test.c @@ -82,11 +82,7 @@ int main(void) else log("All tests passed\n"); - // Try emulator shutdown - outw(0xB004, 0x2000); - outw(0x604, 0x2000); - outw(0x4004, 0x3400); + boot(SYS_BOOT_SHUTDOWN); - loop(); return 0; } |