[FREELDR]
[reactos.git] / reactos / boot / freeldr / freeldr / arch / amd64 / entry.S
1
2
3 #include <asm.inc>
4 #include <arch/pc/x86common.h>
5
6 .code64
7
8 PUBLIC RealEntryPoint
9 RealEntryPoint:
10
11 PUBLIC FrldrBootDrive
12 FrldrBootDrive:
13
14 PUBLIC FrldrBootPartition
15 FrldrBootPartition:
16
17 PUBLIC PageDirectoryEnd
18 PageDirectoryEnd:
19 PUBLIC PageDirectoryStart
20 PageDirectoryStart:
21 PUBLIC PnpBiosGetDeviceNode
22 PnpBiosGetDeviceNode:
23 PUBLIC PnpBiosGetDeviceNodeCount
24 PnpBiosGetDeviceNodeCount:
25 PUBLIC PnpBiosSupported
26 PnpBiosSupported:
27 PUBLIC Int386
28 Int386:
29 PUBLIC PxeCallApi
30 PxeCallApi:
31
32 nop
33
34
35 END