| | Open Sound System The Hitchhiker's Guide to OSS 4.1 Internals |
Kernel Inside Kernel (KIK) interface
These files contain all the operating system specific code in OSS. All the other kernel code (drivers and core framework functions) are operating system independent. This makes porting OSS to new operating systems relatively easy.
The functions and data structures available for drivers ans other OSS kernel space modules are documented in the OSS core functions available for drivers section of this manual.
FreeBSD operating system
Files used to build OSS and the drivers during install
Linux 2.6.x operating system
Files used to build OSS and the drivers during install
Solaris and OpenSolaris operating systems
Legacy /dev/audio support for Solaris
SCO UnixWare and OpenServer operating systems
Source | Explanation |
SCO_SV/os_sco.h | OS specific definitions for SCO OpenServer and SCO UnixWare (DDI8) |
SCO_SV/os_sco.c | Operating system abstraction functions for SCO OpenServer/UnixWare |
SCO_SV/module.inc | OSS module wrapper for SCO OpenServer/UnixWare |
Copyright (C) 4Front Technologies, 2007. All rights reserved. Back to index OSS web site