Read bootsector
Showing
- Cargo.lock 7 additions, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- LICENSE 4 additions, 0 deletionsLICENSE
- src/arch/x86_64/start.rs 6 additions, 3 deletionssrc/arch/x86_64/start.rs
- src/lib.rs 8 additions, 121 deletionssrc/lib.rs
- src/partition/mbr.rs 93 additions, 0 deletionssrc/partition/mbr.rs
- src/partition/mod.rs 54 additions, 0 deletionssrc/partition/mod.rs
- src/vga_buffer.rs 0 additions, 157 deletionssrc/vga_buffer.rs
... | @@ -14,6 +14,7 @@ linked_list_allocator = "0.6.1" | ... | @@ -14,6 +14,7 @@ linked_list_allocator = "0.6.1" |
slab_allocator = { path = "slab_allocator" , optional = true} | slab_allocator = { path = "slab_allocator" , optional = true} | ||
raw-cpuid = "3.0" | raw-cpuid = "3.0" | ||
redox_syscall = { path = "syscall"} | redox_syscall = { path = "syscall"} | ||
byteorder = { version = "1", default-features = false } | |||
[profile.dev] | [profile.dev] | ||
panic = "abort" | panic = "abort" | ||
... | ... |
src/partition/mbr.rs
0 → 100755
src/partition/mod.rs
0 → 100644
src/vga_buffer.rs
deleted
100644 → 0
Please register or sign in to comment