-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbyteos.yaml
44 lines (42 loc) · 1.04 KB
/
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
42
43
44
global:
configs:
board: "qemu"
# Available are fat32, ext4 and ext4_rs.
# root_fs: "fat32"
root_fs: "ext4_rs"
env:
HEAP_SIZE: "0x0180_0000"
MOUNT_IMG_PATH: "mount.img"
bin:
riscv64-qemu:
target: "riscv64gc-unknown-none-elf"
configs:
driver: "kvirtio,kgoldfish-rtc,ns16550a"
riscv64-vf2:
target: "riscv64imac-unknown-none-elf"
configs:
board: "visionfive2"
driver: "kramdisk"
x86_64-qemu:
target: "x86_64-unknown-none"
configs:
driver: "kvirtio,kgoldfish-rtc,ns16550a"
x86_64-generic:
target: "x86_64-unknown-none"
configs:
driver: "kramdisk,kgoldfish-rtc,ns16550a"
aarch64-qemu:
target: "aarch64-unknown-none-softfloat"
configs:
driver: "kvirtio,kgoldfish-rtc,ns16550a"
loongarch64-qemu:
target: "loongarch64-unknown-none"
build_std: "core,alloc"
configs:
driver: "kramdisk"
loongarch64-2k1000:
target: "loongarch64-unknown-none"
build_std: "core,alloc"
configs:
driver: "kramdisk"
board: "2k1000"