summaryrefslogtreecommitdiff
path: root/os/boot/pc/l.s
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-06-11 14:21:44 +0000
committerCharles.Forsyth <devnull@localhost>2008-06-11 14:21:44 +0000
commit8a8c2d742b51525f66c2210e3c8a251de10022ff (patch)
tree8282ce595e5fbe2e487dc20f54891d9e9e7cbf37 /os/boot/pc/l.s
parent31a18a6996a6b5927e39cc553696c167e6c88e3d (diff)
20080611-1520
Diffstat (limited to 'os/boot/pc/l.s')
-rw-r--r--os/boot/pc/l.s5
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)