started the sound blaster audio driver
[bootcensus] / src / kmain.c
index 3c256a6..8e4eba4 100644 (file)
@@ -26,6 +26,7 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #include "timer.h"
 #include "contty.h"
 #include "video.h"
+#include "audio.h"
 #include "pci.h"
 #include "vbetest.h"
 
@@ -48,6 +49,8 @@ void pcboot_main(void)
        /* initialize the timer */
        init_timer();
 
+       init_audio();
+
        enable_intr();
 
        printf("PCBoot kernel initialized\n");