summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-05-09 21:45:06 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-05-09 21:45:06 -0700
commit2273fa92d854496e4ce21e42d903614ac083864b (patch)
treebdf4643270f433c7cfbde71d89c3b181c078d271
parent1b3bc4ee47b57799be24fe3e75028bdfbb1d0c86 (diff)
downloadsyslinux-2273fa92d854496e4ce21e42d903614ac083864b.tar.gz
Fix <Ctrl-N> for printing network informationsyslinux-3.50-pre9
- di needs to be pushed to the stack; - need to crlf before printing...
-rw-r--r--ui.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.inc b/ui.inc
index f8f95fd3..97d361e1 100644
--- a/ui.inc
+++ b/ui.inc
@@ -181,6 +181,8 @@ fk_nofile: pop di
;
%if IS_PXELINUX
show_network_info:
+ push di ; Command line write pointer
+ call crlf
mov si,IPAppends ; See comboot.doc
mov cx,numIPAppends
.loop: