source:
bootcd/isolinux/syslinux-6.03/core/init.c
@
e16e8f2
Last change on this file since e16e8f2 was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
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 | |
9 | void init(void) |
10 | { |
11 | firmware->init(); |
12 | } |
Note: See TracBrowser
for help on using the repository browser.