diff options
Diffstat (limited to 'os/boot/pc/l.s')
| -rw-r--r-- | os/boot/pc/l.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/boot/pc/l.s b/os/boot/pc/l.s index 0269e92e..b0f06d69 100644 --- a/os/boot/pc/l.s +++ b/os/boot/pc/l.s @@ -837,6 +837,10 @@ TEXT hello(SB), $0 BYTE $'B'; BYTE $'e'; BYTE $'l'; BYTE $'l'; BYTE $' '; BYTE $'L'; BYTE $'a'; BYTE $'b'; BYTE $'s'; +#ifdef PXE + BYTE $' '; BYTE $'b'; BYTE $'y'; BYTE $' '; + BYTE $'P'; BYTE $'X'; BYTE $'E'; +#endif BYTE $'\r'; BYTE $'\n'; BYTE $'\z'; @@ -1002,6 +1006,7 @@ TEXT now16real(SB), $0 TEXT realmodeintrinst(SB), $0 INT $0x00 + /* save the registers after the call */ LWI(0x7bfc, rSP) |
