From 25a24b8b167a7cb28c622039ea30e4afd166cd83 Mon Sep 17 00:00:00 2001 From: Clément Sibille Date: Mon, 4 Oct 2021 13:30:31 +0200 Subject: Make kernel print hello world using the VGA text buffer --- kernel/.cargo/config.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 kernel/.cargo/config.toml (limited to 'kernel/.cargo') diff --git a/kernel/.cargo/config.toml b/kernel/.cargo/config.toml new file mode 100644 index 0000000..a26e254 --- /dev/null +++ b/kernel/.cargo/config.toml @@ -0,0 +1,5 @@ + +[unstable] +build-std = ["core", "compiler_builtins"] +[build] +target = "i686-lisibleos.json" -- cgit v1.2.3