mirror of
https://git.checksum.fail/alec/Web.git
synced 2026-05-26 22:51:13 +00:00
19 lines
274 B
HolyC
19 lines
274 B
HolyC
/* clang-format off */
|
|
|
|
#include "Lib/Debug";
|
|
#include "Lib/Misc";
|
|
|
|
//#include "Lib/Pci";
|
|
//#include "Lib/AC97";
|
|
|
|
#include "Lib/LibC";
|
|
#include "Lib/LibHolyC";
|
|
#include "Lib/ELF64";
|
|
|
|
/* clang-format on */
|
|
|
|
load_elf("src/tgl");
|
|
|
|
#include "Lib/Image";
|
|
//#include "Lib/Sound";
|