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 --- i686-lisibleos.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 i686-lisibleos.json (limited to 'i686-lisibleos.json') diff --git a/i686-lisibleos.json b/i686-lisibleos.json new file mode 100644 index 0000000..4ff9198 --- /dev/null +++ b/i686-lisibleos.json @@ -0,0 +1,14 @@ +{ + "llvm-target": "i686-unknown-none", + "data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:32-n8:16:32-S128", + "linker-flavor": "ld.lld", + "linker": "rust-lld", + "panic-strategy": "abort", + "target-endian": "little", + "target-pointer-width": "32", + "target-c-int-width": "32", + "arch": "x86", + "os": "none", + "disable-redzone": true, + "features": "-mmx,-sse,+soft-float" +} \ No newline at end of file -- cgit v1.2.3