Linux
SDL uses X11 for video, and takes advantage of extensions for fullscreen display. It uses the OSS API for sound.Win32
Two versions: On based on Win32 APIs (GDI and waveOut), the other based on the faster DirectX APIs (DirectDraw and DirectSound).BeOS
SDL uses BWindow for video, and BSoundPlayer for sound.