diff options
| author | Clément Sibille <claymeuns@protonmail.com> | 2021-10-04 13:30:31 +0200 |
|---|---|---|
| committer | Clément Sibille <claymeuns@protonmail.com> | 2021-10-04 13:30:31 +0200 |
| commit | 25a24b8b167a7cb28c622039ea30e4afd166cd83 (patch) | |
| tree | 811a6a0e46234ac6fc7078030b0221db8d85f5b6 /i686-lisibleos.json | |
| parent | 84ac89b379da880468d2bb1396eb4773b48b6a92 (diff) | |
Make kernel print hello world using the VGA text buffer
Diffstat (limited to 'i686-lisibleos.json')
| -rw-r--r-- | i686-lisibleos.json | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
