Finish VGA Buffer

This commit is contained in:
2021-12-01 16:47:28 +08:00
parent 16fc355843
commit e4470bc04c
7 changed files with 48 additions and 5 deletions

View File

@@ -1,2 +0,0 @@
[build]
target = "thumbv7em-none-eabihf"

6
.cargo/config.toml Normal file
View File

@@ -0,0 +1,6 @@
[build]
target = "x86_64-anos.json"
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]