forked from AbleOS/ableos
Update limine to v4.x
This commit is contained in:
parent
558fc6da59
commit
78a5422924
|
@ -83,11 +83,11 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
// Create disk directory
|
||||
fs::create_dir("./disk").unwrap();
|
||||
|
||||
// Clone limine 3.X binaries
|
||||
// Clone limine 4.x binaries
|
||||
Command::new("git")
|
||||
.arg("clone")
|
||||
.arg("https://github.com/limine-bootloader/limine.git")
|
||||
.arg("--branch=v3.0-branch-binary")
|
||||
.arg("--branch=v4.x-branch-binary")
|
||||
.arg("--depth=1")
|
||||
.status()
|
||||
.unwrap();
|
||||
|
|
Loading…
Reference in a new issue