diff options
| author | 2024-04-25 21:24:10 +0100 | |
|---|---|---|
| committer | 2024-04-25 22:32:27 +0000 | |
| commit | 2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch) | |
| tree | 80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/BOOT/BOOT.SKL | |
| parent | Merge pull request #430 from jpbaltazar/typoptbr (diff) | |
| download | ms-dos-main.tar.gz ms-dos-main.tar.xz ms-dos-main.zip | |
Diffstat (limited to 'v4.0/src/BOOT/BOOT.SKL')
| -rw-r--r-- | v4.0/src/BOOT/BOOT.SKL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v4.0/src/BOOT/BOOT.SKL b/v4.0/src/BOOT/BOOT.SKL new file mode 100644 index 0000000..764febd --- /dev/null +++ b/v4.0/src/BOOT/BOOT.SKL | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | :class 1 | ||
| 2 | ; MESSAGES FOR THE IBM BOOT SECTOR. NUL Terminated. | ||
| 3 | ; At this time, for DOS 4.00, we only have maximum 11 bytes left | ||
| 4 | ; for translation.!!!!!!!!!!!!!!!!!!!!! | ||
| 5 | |||
| 6 | :use 001 BOOT SYSMSG | ||
| 7 | |||
| 8 | :end | ||