Skip to content

Commit

Permalink
Move uefi to an external
Browse files Browse the repository at this point in the history
  • Loading branch information
ANEP-ET committed Apr 12, 2018
1 parent 654c62c commit 5b71e5e
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 1,786 deletions.
4 changes: 2 additions & 2 deletions arch/x86_64/boot2snow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ git = "https://github.com/rust-lang-nursery/compiler-builtins"
features = ["mem"]

[dependencies]
uefi = {path = "../../../share/uefi"}
uefi_alloc = {path = "../../../share/uefi_alloc"}
uefi = {git = "https://github.com/SnowFlakeOS/uefi"}
uefi_alloc = {git = "https://github.com/SnowFlakeOS/uefi_alloc"}
rlibc = "1.0"
utf16_literal = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ volatile = "0.1.0"
spin = "0.4.5"
x86_64 = "0.1.2"
bitflags = "1.0.1"
uefi = {path = "../share/uefi"}
uefi = {git = "https://github.com/SnowFlakeOS/uefi"}
4 changes: 0 additions & 4 deletions share/uefi/Cargo.toml

This file was deleted.

353 changes: 0 additions & 353 deletions share/uefi/src/boot_services/mod.rs

This file was deleted.

Loading

0 comments on commit 5b71e5e

Please sign in to comment.