Use yboot2 (My new rust-based EFI loader)

This commit is contained in:
Mark
2020-09-17 23:53:56 +03:00
parent fa743391a4
commit 7438ee768f
4 changed files with 6 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "boot/yboot2"]
path = boot/yboot2
url = https://git.alnyan.me/yggdrasil/yboot2.git
+1 -1
View File
@@ -1,6 +1,6 @@
#include <config.h>
// For loader magic
#include <yboot/include/protocol.h>
#include <yboot2/include/protocol.h>
.section .text
.global _entry_yboot
Submodule
+1
Submodule boot/yboot2 added at 052d08f1b2
+1 -1
View File
@@ -1,4 +1,4 @@
#pragma once
#include "yboot/include/protocol.h"
#include <yboot2/include/protocol.h>
extern struct yboot_v1 yboot_data;