--- wikisrc/opensoundsystem.mdwn 2010/04/16 13:04:58 1.3 +++ wikisrc/opensoundsystem.mdwn 2010/07/04 00:40:06 1.6 @@ -1,3 +1,5 @@ +[[!meta title="OpenSoundSystem"]] + # Open Sound System for NetBSD This page shows the progress of the porting of OSSv4 to NetBSD. @@ -11,11 +13,11 @@ The current version is v4.2 (hg-889) * DMA: ported (not complete) * PCI config access: complete * PCI mapping: ported to bus_space -* INB/OUTB: incomplete (should use bus_space) +* INB/OUTB: incomplete (should use [[!template id=man name="bus_space" section="9"]]) * module support: WIP -* Locking: ported -* MALLOC: ported to kmem API -* getid: ported to kauth +* Locking: ported to [[!template id=man name="mutex" section="9"]] +* MALLOC: ported to [[!template id=man name="kmem" section="9"]] +* getid: ported to [[!template id=man name="kauth" section="9"]] * pkg: incomplete * compat_audio: not yet @@ -45,3 +47,17 @@ To get it: ### How to build it? + +I use this to build modules: + + rm -rf /tmp/ossbuild + mkdir /tmp/ossbuild + cd /tmp/ossbuild + + /home/ahoka/mercurial.opensound.com/configure + + gmake build + + cd prototype/usr/lib/oss/build/ + sh install.sh +