Skip to content

Commit

Permalink
Add error check when writing root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tesa-klebeband committed Jan 21, 2023
1 parent 72fd1eb commit bec3ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/format.asm
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ display_warning:
mov cl, 1
mov bx, root
call write_disk
jc disk_error

jmp exit

Expand Down

0 comments on commit bec3ad4

Please sign in to comment.