mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[FREELDR:PC98] Fix build by doing a partial revert
Partial revert of 9decadee83.
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
This commit is contained in:
@@ -481,8 +481,7 @@ msgDiskError:
|
||||
msgNotFoundError:
|
||||
.ascii "NFE", CR, LF, NUL
|
||||
msgAnyKey:
|
||||
// .ascii "Press any key", NUL
|
||||
.ascii "Press key", NULL
|
||||
.ascii "Press any key", NUL
|
||||
filename:
|
||||
.ascii "FREELDR SYS"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user