summaryrefslogtreecommitdiffhomepage
path: root/Boot/NetBoot/Module.cxx
blob: 472b9a5bca66c903709f00cba95e12ec870038b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *	========================================================
 *
 *	NetBoot
 * 	Copyright Zeta Electronics Corporation, all rights reserved.
 *
 * 	========================================================
 */

#include <BootKit/BootKit.hxx>
#include <NetBoot/NetBoot.hxx>

EXTERN_C Int32 ModuleMain(Void)
{
	/// - Find a network drive called "/Remote/newoskrnl"
	/// - Download our image
	/// - Boot from it.

	return kEfiOk;
}