diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-12 21:47:36 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-12 21:47:36 +0100 |
| commit | 28cb14425e11059cadd8f166ed996638d25e2127 (patch) | |
| tree | 84c8837fcb2566e62f924be5444cbababa92f83f | |
| parent | 61d6a1de061ddc605778fa056ba5339b45f8869c (diff) | |
shorten string constant not to exceed MBR
| -rw-r--r-- | boot0/disk_load_16.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot0/disk_load_16.asm b/boot0/disk_load_16.asm index 0d605db..76102ad 100644 --- a/boot0/disk_load_16.asm +++ b/boot0/disk_load_16.asm @@ -8,7 +8,7 @@ STR_LBA: db "LBA Support Detected",0 STR_CHS: - db "CHS is probably BROKEN SORRY!!",0 + db "CHS BROKEN SORRY(?)",0 STR_ERROR: db "Disk Read Error",0 |
