From 8a8c2d742b51525f66c2210e3c8a251de10022ff Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Wed, 11 Jun 2008 14:21:44 +0000 Subject: 20080611-1520 --- os/boot/pc/l.s | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os/boot/pc/l.s') 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) -- cgit v1.2.3