dmi: check both the AC and ID flags at the same time
[syslinux/sherbszt.git] / core / init.c
blob45a05093eeffa9d0df1cb482c3e7f2a9fbe0eb28
1 #include <core.h>
2 #include <com32.h>
3 #include <sys/io.h>
4 #include <fs.h>
5 #include <bios.h>
6 #include <syslinux/memscan.h>
7 #include <syslinux/firmware.h>
9 void init(void)
11 firmware->init();