qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [ADD] floppy disk emulation


From: J. Mayer
Subject: Re: [Qemu-devel] [ADD] floppy disk emulation
Date: 18 Nov 2003 08:39:43 +0100

Makefile.target.diff

Compile floppy disk emulation.

diff -urNbB -x CVS qemu-current/Makefile.target qemu/Makefile.target
--- qemu-current/Makefile.target        Tue Nov 18 06:51:06 2003
+++ qemu/Makefile.target        Tue Nov 18 06:03:59 2003
@@ -179,7 +198,7 @@
 endif
 
 # must use static linking to avoid leaving stuff in virtual address space
-VL_OBJS=vl.o block.o ide.o vga.o sb16.o dma.o oss.o
+VL_OBJS=vl.o block.o ide.o vga.o sb16.o fdc.o dma.o oss.o
 ifdef CONFIG_SDL
 VL_OBJS+=sdl.o
 ifdef CONFIG_STATIC






reply via email to

[Prev in Thread] Current Thread [Next in Thread]