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

#include <BootKit/BootKit.hxx>

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

	return kEfiOk;
}