-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbyteos.yaml
41 lines (40 loc) · 909 Bytes
/
byteos.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
global:
configs:
board: "qemu"
# Available are fat32, ext4 and ext4_rs.
# root_fs: "fat32"
root_fs: "ext4"
env:
HEAP_SIZE: "0x0180_0000"
MOUNT_IMG_PATH: "mount.img"
bin:
riscv64-qemu:
target: "riscv64gc-unknown-none-elf"
configs:
driver: "kvirtio"
riscv64-vf2:
target: "riscv64imac-unknown-none-elf"
configs:
board: "visionfive2"
driver: "kramdisk"
x86_64-qemu:
target: "x86_64-unknown-none"
configs:
driver: "kvirtio"
x86_64-generic:
target: "x86_64-unknown-none"
configs:
driver: "kramdisk"
aarch64-qemu:
target: "aarch64-unknown-none-softfloat"
configs:
driver: "kramdisk"
loongarch64-qemu:
target: "loongarch64-unknown-none"
configs:
driver: "kramdisk"
loongarch64-2k1000:
target: "loongarch64-unknown-none"
configs:
driver: "kramdisk"
board: "2k1000"