ソースを参照

shell: make seek cmd init DE to 0

So that blkdev not supporting 32-bit aren't messed up.
pull/10/head
Virgil Dupras 5年前
コミット
83e375936c
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      kernel/blockdev_cmds.asm

+ 1
- 0
kernel/blockdev_cmds.asm ファイルの表示

@@ -33,6 +33,7 @@ blkSeekCmd:
ex af, af'
ld h, a
pop af ; bring mode back
ld de, 0 ; DE is used for seek > 64K which we don't support
call blkSeek
call blkTell
ld a, h


読み込み中…
キャンセル
保存