diff options
Diffstat (limited to 'os/boot/pc/pbs.s')
| -rw-r--r-- | os/boot/pc/pbs.s | 4 |
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'; |
