Skip to content

Commit

Permalink
terminal: Always load sh.fxf from the boot disk, not the current disk
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Feb 20, 2024
1 parent 153ba2c commit b04f90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/terminal/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
call fill_window

; start an instance of sh.fxf
call get_current_disk_id
call get_boot_disk_id
mov r1, r0
mov r0, sh_fxf_name
mov r2, stream_struct
Expand Down

0 comments on commit b04f90a

Please sign in to comment.