diff options
Diffstat (limited to 'src/arch/amd64/shim.c')
-rw-r--r-- | src/arch/amd64/shim.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/amd64/shim.c b/src/arch/amd64/shim.c new file mode 100644 index 0000000..28ba8a0 --- /dev/null +++ b/src/arch/amd64/shim.c @@ -0,0 +1,4 @@ +// entry point for amd64 +void amd64_shim(void *boot_info) { + +} |