summaryrefslogtreecommitdiff
path: root/os/boot/pc/pbs.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/pbs.s
parent31a18a6996a6b5927e39cc553696c167e6c88e3d (diff)
20080611-1520
Diffstat (limited to 'os/boot/pc/pbs.s')
-rw-r--r--os/boot/pc/pbs.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/boot/pc/pbs.s b/os/boot/pc/pbs.s
index fde5ec39..bd95a04d 100644
--- a/os/boot/pc/pbs.s
+++ b/os/boot/pc/pbs.s
@@ -367,6 +367,6 @@ TEXT bootfile(SB), $0
/* "PBS..." */
TEXT confidence(SB), $0
- BYTE $'P'; BYTE $'B'; BYTE $'S'; BYTE $'.';
- BYTE $'.'; BYTE $'.';
+ BYTE $'P'; BYTE $'B'; BYTE $'S'; BYTE $'1';
+ BYTE $'.'; BYTE $'.'; BYTE $'.';
BYTE $'\z';