Re: running freebsd in qemu using the "-nographic" option ?
From: Julian Elischer (julian_at_elischer.org)
Date: 03/23/05
- Previous message: Dan Nelson: "Re: running freebsd in qemu using the "-nographic" option ?"
- In reply to: Aziz KEZZOU: "running freebsd in qemu using the "-nographic" option ?"
- Next in thread: Aziz KEZZOU: "Re: running freebsd in qemu using the "-nographic" option ?"
- Reply: Aziz KEZZOU: "Re: running freebsd in qemu using the "-nographic" option ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 23 Mar 2005 11:54:15 -0800 To: Aziz KEZZOU <opensource.enthousiat@gmail.com>
Aziz KEZZOU wrote:
>Hi all,
>I am running freebsd 5.3 under qemu (a fast IA32 emulator). My host
>system is linux. Everything works fine, but I want to get rid of this
>small non-scrollable window, not practical when gcc says I made many
>many errors :-)...
>
>
you can scroll it after hittong tthe "scroll lock" key
>Instead I want to get a console. In qemu's documentation it says :
>======================================================================
>`-nographic'
> Normally, QEMU uses SDL to display the VGA output. With this
>option, you can totally disable graphical output so that QEMU is a
>simple command line application. The emulated serial port is
>redirected on the console. Therefore, you can still use QEMU to debug
>a Linux kernel with a serial console.
>======================================================================
>
>So basically what I need is, some how, to tell the freebsd kernel to
>forward its output/input to a serial port. In linux this is done by
>supplying the parameter "console=ttyS0". Is there something equivalent
>in FreeBSD ?
>
>
>
in /boot/loader.conf add:
console="comconsole"
that should do it..
>Thanks for your help,
>Aziz
>_______________________________________________
>freebsd-hackers@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
>To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
>
>
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Dan Nelson: "Re: running freebsd in qemu using the "-nographic" option ?"
- In reply to: Aziz KEZZOU: "running freebsd in qemu using the "-nographic" option ?"
- Next in thread: Aziz KEZZOU: "Re: running freebsd in qemu using the "-nographic" option ?"
- Reply: Aziz KEZZOU: "Re: running freebsd in qemu using the "-nographic" option ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|