diff --git a/src/boot.c b/src/boot.c index 20767f5..33d9f26 100644 --- a/src/boot.c +++ b/src/boot.c @@ -13,10 +13,11 @@ void __eabi(void) //void* ofw_interpret(char* cmd, int32_t* stack_args, int n_stack_args, int n_ret_args, int32_t* reta void main(void) { - puts("ABCD", 4); + puts("Press any key to continue", 25); ofw_interpret("blink-screen", 0, 0, 0, 0); - ofw_interpret("key", 0, 0, 1, (int32_t*)0x03020000); + + puts("Starting...", 11); if (ofw_test("open")) { asm("mr 27, 28");