Open Source & Linux Lab

It's better when it's simple

User Tools

Site Tools


etc:users:jcmvbkbc:little-things:3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
etc:users:jcmvbkbc:little-things:3 [2010/01/04 02:13] – worklog jcmvbkbcetc:users:jcmvbkbc:little-things:3 [2016/08/08 20:53] (current) – ↷ Page moved from users:jcmvbkbc:little-things:3 to etc:users:jcmvbkbc:little-things:3 kel
Line 65: Line 65:
 </code> </code>
   * add it to PC platform:   * add it to PC platform:
-<code>+<file>
 diff --git a/hw/pc.c b/hw/pc.c diff --git a/hw/pc.c b/hw/pc.c
 index db7d58e..d47573f 100644 index db7d58e..d47573f 100644
Line 81: Line 81:
  }  }
  
-</code>+</file>
   * and add to makefile:   * and add to makefile:
 <code> <code>
Line 98: Line 98:
  obj-i386-y += pckbd.o $(sound-obj-y) dma.o  obj-i386-y += pckbd.o $(sound-obj-y) dma.o
 </code> </code>
 +
 +Code: ftp://kkv.spb.su/pub/home/dumb/ws/lted/20091224
  
 ===== Conclusion ===== ===== Conclusion =====
Line 103: Line 105:
   * No clear infrastructure for PCI device plugging;   * No clear infrastructure for PCI device plugging;
   * Make a simple PCI device, modeled after es1370.   * Make a simple PCI device, modeled after es1370.
 +
 +{{tag>qemu PCI lted}}
etc/users/jcmvbkbc/little-things/3.1262560388.txt.gz · Last modified: 2010/01/04 02:13 by jcmvbkbc