source: bootcd/isolinux/syslinux-6.03/core/init.c

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 192 bytes
Line 
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>
8
9void init(void)
10{
11        firmware->init();
12}
Note: See TracBrowser for help on using the repository browser.