1
0
Fork 0
forked from AbleOS/ableos

Update limine to v4.x

This commit is contained in:
Asya 2022-12-17 10:25:42 +03:00
parent 558fc6da59
commit 78a5422924

View file

@ -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();