VGA Text Mode

This commit is contained in:
2021-12-09 10:34:40 +08:00
parent a5c98f5732
commit aab190baea
6 changed files with 212 additions and 11 deletions

View File

@@ -4,3 +4,6 @@ target = "x86_64-anos.json"
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
[target.'cfg(target_os = "none")']
runner = "bootimage runner"