X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Fkmain.c;h=8e4eba4fe775d5dc2461387dc2cffe74a379f90b;hp=3c256a65af8960586b0b14262b820c8479df21b8;hb=bd35c984636a2d5dfdff7a80f8eaa4e388c6899c;hpb=9358438bef42dbbcd1492a52d9010899a9756d2c diff --git a/src/kmain.c b/src/kmain.c index 3c256a6..8e4eba4 100644 --- a/src/kmain.c +++ b/src/kmain.c @@ -26,6 +26,7 @@ along with this program. If not, see . #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");