Use yboot2 (My new rust-based EFI loader)
This commit is contained in:
parent
fa743391a4
commit
7438ee768f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -0,0 +1,3 @@
|
||||
[submodule "boot/yboot2"]
|
||||
path = boot/yboot2
|
||||
url = https://git.alnyan.me/yggdrasil/yboot2.git
|
@ -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
|
||||
|
1
boot/yboot2
Submodule
1
boot/yboot2
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 052d08f1b21cce3b5e0c2708a59770537b97879c
|
@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
#include "yboot/include/protocol.h"
|
||||
#include <yboot2/include/protocol.h>
|
||||
|
||||
extern struct yboot_v1 yboot_data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user