Skip to content

Commit 7f64cd9

Browse files
committed
[FREELDR:PC98] Fix build by doing a partial revert
Partial revert of 9decade. It introduced a typo in the assembler code that broke the build. Also, "Press any key" text fits into 512 bootsector space on both GCC/MSVC. CORE-19882 CORE-17977
1 parent 3f96772 commit 7f64cd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boot/freeldr/bootsect/pc98/fat12fdd.S

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,7 @@ msgDiskError:
481481
msgNotFoundError:
482482
.ascii "NFE", CR, LF, NUL
483483
msgAnyKey:
484-
// .ascii "Press any key", NUL
485-
.ascii "Press key", NULL
484+
.ascii "Press any key", NUL
486485
filename:
487486
.ascii "FREELDR SYS"
488487

0 commit comments

Comments
 (0)