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
|
// Create disk directory
|
||||||
fs::create_dir("./disk").unwrap();
|
fs::create_dir("./disk").unwrap();
|
||||||
|
|
||||||
// Clone limine 3.X binaries
|
// Clone limine 4.x binaries
|
||||||
Command::new("git")
|
Command::new("git")
|
||||||
.arg("clone")
|
.arg("clone")
|
||||||
.arg("https://github.com/limine-bootloader/limine.git")
|
.arg("https://github.com/limine-bootloader/limine.git")
|
||||||
.arg("--branch=v3.0-branch-binary")
|
.arg("--branch=v4.x-branch-binary")
|
||||||
.arg("--depth=1")
|
.arg("--depth=1")
|
||||||
.status()
|
.status()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
Loading…
Reference in a new issue