diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-22 15:46:24 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-22 15:46:24 +0100 |
| commit | 795b1f7df203ae33e1d0eb13612f0ba2abf4351e (patch) | |
| tree | 42c4d8f94b6e7a9815ea5b3fe52a251d004d4b87 /boot2/disk_load_16.asm | |
| parent | 4ef54112ec3d3772cb97984a26c85299b8065316 (diff) | |
fix / workaround for my ELF binaries
Diffstat (limited to 'boot2/disk_load_16.asm')
| -rw-r--r-- | boot2/disk_load_16.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot2/disk_load_16.asm b/boot2/disk_load_16.asm index 52912f4..f326bec 100644 --- a/boot2/disk_load_16.asm +++ b/boot2/disk_load_16.asm @@ -90,7 +90,7 @@ disk_load_lba: add bx,0x0800 mov ax,[LBA] - add ax,64 ; 64 sectors = 0x2000*4 bytes ;16 sectors this is 0x200*0x10 butes + add ax,64 ; 64 sectors = 0x2000*4 bytes mov [LBA],ax cmp bx,0x9000 |
