Skip to content

Commit

Permalink
Update updater.
Browse files Browse the repository at this point in the history
  • Loading branch information
beckadamtheinventor committed Jun 2, 2021
1 parent 9553307 commit 4326380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/updater.asm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updater_start:
ld hl,installing_string
call bos._PutS

os_create $03 ;erase only OS sectors as to not clobber the filesystem.
os_create $3B ;erase OS and filesystem sectors due to filesystem changes

installing_string:
db "Updating BOS...",0
Expand Down

0 comments on commit 4326380

Please sign in to comment.