Add allocator and set mode using VBE
... | @@ -8,4 +8,6 @@ name = "bootloader" | ... | @@ -8,4 +8,6 @@ name = "bootloader" |
path = "src/lib.rs" | path = "src/lib.rs" | ||
crate-type = ["staticlib"] | crate-type = ["staticlib"] | ||
[dependencies] | [dependencies] | ||
linked_list_allocator = "0.9.0" |
Please register or sign in to comment