[bikeshed] Re: GUI + QEMU...fixed?

  • From: "WALTER LITWINCZYK (RIT Student)" <wtl4112@xxxxxxx>
  • To: bikeshed@xxxxxxxxxxxxx
  • Date: Tue, 22 May 2012 20:50:50 -0400

yeah probably, it's odd that that didn't come in with the merge. You should
have to just run make in the src/user_programs folder.

On Tue, May 22, 2012 at 8:49 PM, Sean Congden <stc4700@xxxxxxx> wrote:

> Ah that would be it.  Didn't realize we added so many qemu flags recently.
>
> Now I get a nice ELF: "failed to open file successfully" which I assume I
> just need to build a few extra files for right?
>
> Sean
>
> On Tuesday, May 22, 2012 at 20:43, WALTER LITWINCZYK (RIT Student) wrote:
>
> Another thought: do your qemu targets look like the following?
>
> # Run the OS in qemu
> qemu:
>     CFLAGS=-DQEMU_SERIAL $(MAKE) usb.image
>     qemu-system-x86_64 -cpu core2duo -drive
> file=usb.image,format=raw,cyls=200,heads=16,secs=63 -serial stdio -net user
> -net nic,model=i82559er
>
> walter:
>     CFLAGS=-DQEMU_SERIAL $(MAKE) usb.image
>     kvm -cpu core2duo -drive
> file=usb.image,format=raw,cyls=200,heads=16,secs=63 -serial /dev/pts/1
> -monitor stdio -net user -net nic,model=i82559er -vga vmware
>
> mit:
>     CFLAGS=-DQEMU_SERIAL $(MAKE) usb.image
>     ~/qemu/bin/qemu -m 1024 -cpu core2duo -drive
> file=usb.image,format=raw,cyls=200,heads=16,secs=63 -serial /dev/pts/1
> -monitor stdio -net user -net nic,model=i82559er
>
>
> The problem is the default HDD is too small for our files so we had to
> manually make it larger
>
> On Tue, May 22, 2012 at 8:41 PM, WALTER LITWINCZYK (RIT Student) <
> wtl4112@xxxxxxx> wrote:
>
> Okay there is one problem, I forgot to include the desktop_process
> directory, but that's currently empty so it can be deleted from the
> makefile. I just compiled and ran it, and didn't get those errors.
>
>
> On Tue, May 22, 2012 at 8:39 PM, WALTER LITWINCZYK (RIT Student) <
> wtl4112@xxxxxxx> wrote:
>
> That's very odd, that shouldn't be happening anymore. I have it loading
> all the way to the GUI, although the regular Qemu seems to not like the
> mouse driver now, the MIT one is fine. I'll do a clean checkout in /tmp and
> see if maybe there's a file missing or something. Have you run make in the
> src/user_programs directory? That's pretty important
>
>
> On Tue, May 22, 2012 at 8:30 PM, Sean Congden <stc4700@xxxxxxx> wrote:
>
> So I take it you must have been getting a different error than I am.
>
> On both the video and VirtualMemory branches I'm getting a "Read Failed"
> message three times followed by a "Can't Proceed" while the boot loader is
> copying.
>
> Any idea what might be causing this?  I'm guessing its either related to
> the filesystem or ELF loading.
>
> Sean
>
> On Tuesday, May 22, 2012 at 19:42, WALTER LITWINCZYK (RIT Student) wrote:
>
> Okay well it appears if you put '-vga std' at the end of the qemu argument
> list it works....
>
>
>
>
>
>
>

Other related posts: