[Qemu-devel] Re: Accessing the serial port from proll

2005-11-20 Thread Doug Gray
Hi, Thanks for the help. I've actually tried using the function you suggest, but gotten the following error: sparc-elf-gcc -O1 -W -Wall -DPROLBASE=0xffd0 -DPROLDATA=0xffd0b000 -DPROLRODATA=0xffd08000 -D__ANSI__=1 -I../src -mcpu=hypersparc -Wa,-xarch=v8 -g -DQEMU -m32 -fno-builtin -c mai

[Qemu-devel] Accessing the serial port from proll

2005-11-19 Thread Doug Gray
Hi, I'm working on project to implement a serial boot option in proll to emulate the way a real sparc bios works. However I'm having some problems that I was hoping someone here could help me with. I can't seem to access qemu's serial port hardware. I can see how it's done by other functio