Home
last modified time | relevance | path

Searched refs:x86_64 (Results 1 – 25 of 46) sorted by relevance

12

/DragonOS-0.1.8/user/libs/libc/src/
DMakefile11 libc_sub_dirs += arch/x86_64
39 cargo +nightly build --release --target ./arch/x86_64/x86_64-unknown-none.json
/DragonOS-0.1.8/kernel/.cargo/
Dconfig.toml2 target = "src/arch/x86_64/x86_64-unknown-none.json"
/DragonOS-0.1.8/user/libs/libc/.cargo/
Dconfig.toml2 target = "src/arch/x86_64/x86_64-unknown-none.json"
/DragonOS-0.1.8/kernel/src/
DMakefile13 …LOBAL_CFLAGS) -D $(PIC) -I $(shell pwd) -I $(shell pwd)/include -I $(shell pwd)/arch/x86_64/include
36 cargo +nightly-2023-01-21 build --release --target ./arch/x86_64/x86_64-unknown-none.json
41 …-z muldefs -o kernel head.o main.o $(shell find . -name "*.o") ../target/x86_64-unknown-none/relea…
58 …-z muldefs -o kernel head.o main.o $(shell find . -name "*.o") ../target/x86_64-unknown-none/relea…
/DragonOS-0.1.8/kernel/src/arch/
Dmod.rs1 pub mod x86_64; module
3 pub use self::x86_64::*; //公开x86_64架构下的函数,使外界接口统一
DMakefile5 kernel_arch_subdirs:=x86_64
/DragonOS-0.1.8/
DMakefile32 export CC=$(DragonOS_GCC)/x86_64-elf-gcc
34 export AS=$(DragonOS_GCC)/x86_64-elf-as
35 export NM=$(DragonOS_GCC)/x86_64-elf-nm
36 export AR=$(DragonOS_GCC)/x86_64-elf-ar
37 export OBJCOPY=$(DragonOS_GCC)/x86_64-elf-objcopy
/DragonOS-0.1.8/user/port/mpc/1.2.1/
Dbuild.sh30 ${mpc_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos --target=x86_64-dragonos --with-mpf…
/DragonOS-0.1.8/tools/
Drun-qemu.sh51 QEMU=qemu-system-x86_64
96 if [ ${ARCH} == x86_64 ] ;then
97 sudo ${QEMU} -bios arch/x86_64/efi/OVMF-pure-efi.fd ${QEMU_ARGUMENT}
Dinit_rust_toolchain.sh10 DRAGONOS_UNKNOWN_ELF_PATH=$(rustc --print sysroot)/lib/rustlib/x86_64-unknown-dragonos
D.gitignore5 arch/x86_64/efi/grub/*
Dgrub_auto_install.sh5 grub_dir_x86_64_efi=${ABS_PREFIX}/arch/x86_64/efi/grub
63 ./configure --target=x86_64 --with-platform=efi --prefix=${grub_dir_x86_64_efi} --disable-werror ||…
DDockerfile40 rustup target add x86_64-unknown-none"
51 ENV DragonOS_GCC=/root/opt/dragonos-gcc/gcc-x86_64-unknown-none/bin/
/DragonOS-0.1.8/docs/kernel/cpu_arch/
Dindex.rst10 x86_64/index
/DragonOS-0.1.8/kernel/src/arch/x86_64/
Drand.rs1 use core::arch::x86_64::_rdtsc;
/DragonOS-0.1.8/kernel/src/arch/x86_64/asm/
Dbitops.rs1 use core::arch::x86_64::_popcnt64;
/DragonOS-0.1.8/docs/kernel/locking/
Dlockref.md12 /// 仅在x86_64架构下使用cmpxchg
13 #[cfg(target_arch = "x86_64")]
22 /// 除了x86_64以外的架构,不使用cmpxchg进行优化
23 #[cfg(not(target_arch = "x86_64"))]
/DragonOS-0.1.8/user/port/
DREADME.md13 编译好libc之后,要把sysroot/usr/lib的文件,复制到$HOME/opt/dragonos-host-userspace/x86_64-dragonos/lib. 因为ld会从这里面找…
/DragonOS-0.1.8/user/libs/libc/
DCargo.toml12 x86_64 = "0.14.10"
/DragonOS-0.1.8/user/port/gmp/6.2.1/
Dbuild.sh23 ${gmp_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos || exit 1
/DragonOS-0.1.8/user/port/mpfr/4.1.1/
Dbuild.sh32 ${src_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos || exit 1
/DragonOS-0.1.8/user/port/flex/2.6.4/
Dbuild.sh32 ${src_path}/configure --prefix=${PREFIX} --host=x86_64-dragonos || exit 1
/DragonOS-0.1.8/.github/workflows/
Dmakefile.yml48 …m-tools-preview && rustup target add x86_64-unknown-none && rustup component add rust-src --toolch…
/DragonOS-0.1.8/user/dadk/config/
Drelibc-0.1.0.dadk27 "value": "x86_64-unknown-dragonos"
/DragonOS-0.1.8/user/port/binutils/2.38/
Dbuild.sh38 ${binutils_path}/configure --prefix=${PREFIX} --target=x86_64-dragonos --with-sysroot=${sys_root} -…

12