terminal/task: Use the "current" disk id

This commit is contained in:
Ry 2023-03-04 23:36:17 -08:00
parent ebbc2fa81e
commit fb3eac0d98

View File

@ -11,8 +11,9 @@ new_shell_task:
push r1 push r1
; open the file ; open the file
call get_current_disk_id
mov r1, r0
mov r0, sh_fxf_name mov r0, sh_fxf_name
mov r1, 0
mov r2, sh_fxf_struct mov r2, sh_fxf_struct
call open call open
cmp r0, 0 cmp r0, 0