From 2273fa92d854496e4ce21e42d903614ac083864b Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 9 May 2007 21:45:06 -0700 Subject: [PATCH] Fix for printing network information - di needs to be pushed to the stack; - need to crlf before printing... --- ui.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui.inc b/ui.inc index f8f95fd..97d361e 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: -- 2.7.4