Skip to content

Commit

Permalink
kernel: Search for startup.bat on disks 4 and 5 (romdisk and ramdisk)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Oct 20, 2024
1 parent 4d37857 commit 842c8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ try_startup_loop_launch:
ifz jmp startup_error
try_startup_loop_final:
inc r10
cmp r10, 4
cmp r10, 6
iflt jmp try_startup_loop

no_other_tasks:
Expand Down

0 comments on commit 842c8f0

Please sign in to comment.