From fb3eac0d98e717cf0d84a8cffeb70d8ce9c98eed Mon Sep 17 00:00:00 2001 From: Ry Date: Sat, 4 Mar 2023 23:36:17 -0800 Subject: [PATCH] terminal/task: Use the "current" disk id --- applications/terminal/task.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/terminal/task.asm b/applications/terminal/task.asm index 6ed90a3..d261585 100644 --- a/applications/terminal/task.asm +++ b/applications/terminal/task.asm @@ -11,8 +11,9 @@ new_shell_task: push r1 ; open the file + call get_current_disk_id + mov r1, r0 mov r0, sh_fxf_name - mov r1, 0 mov r2, sh_fxf_struct call open cmp r0, 0