diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-12 21:45:47 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-12 21:45:47 +0100 |
| commit | 61d6a1de061ddc605778fa056ba5339b45f8869c (patch) | |
| tree | 1911e59381b275cadaae9fbe6a2d3455cb586fcb /boot0/disk_load_16.asm | |
| parent | f586e2dcc93fcca9b6b48e3abe92fd1500f536f0 (diff) | |
some cleanup
Diffstat (limited to 'boot0/disk_load_16.asm')
| -rw-r--r-- | boot0/disk_load_16.asm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/boot0/disk_load_16.asm b/boot0/disk_load_16.asm index c536c56..0d605db 100644 --- a/boot0/disk_load_16.asm +++ b/boot0/disk_load_16.asm @@ -1,18 +1,14 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ;disk_load_16 ; - [bits 16] STR_LBA: db "LBA Support Detected",0 STR_CHS: - db "CHS is BROKEN SORRY!!",0 + db "CHS is probably BROKEN SORRY!!",0 STR_ERROR: db "Disk Read Error",0 |
