タグ

risc-vに関するskypenguinsのブックマーク (3)

  • Rust Atomic compare and swap 2018 editionのRISC-Vソース〜LLVMを添えて〜 - Qiita

    $ cargo build Compiling spin v0.4.10 error[E0599]: no method named `compare_and_swap` found for type `core::sync::atomic::AtomicBool` in the current scope --> | 157 | while self.lock.compare_and_swap(false, true, Ordering::Acquire) != false | ^^^^^^^^^^^^^^^^ error[E0599]: no method named `compare_and_swap` found for type `core::sync::atomic::AtomicBool` in the current scope 僕「core::sync::atomic…。

    Rust Atomic compare and swap 2018 editionのRISC-Vソース〜LLVMを添えて〜 - Qiita
  • RISC-V実機でDebianを動かしてみる(&ちょっとアセンブリ比較) - Fixstars Tech Blog /proc/cpuinfo


      RISC-VRISC-VHiFive Unleashed HiFive UnleashedDebian RISC-V RISC-V(ISA)RISC-V ISA
    RISC-V実機でDebianを動かしてみる(&ちょっとアセンブリ比較) - Fixstars Tech Blog /proc/cpuinfo
  • RustでRISC-V OS自作!はじめの一歩 - Qiita


    RISC CPU  Hypervisor     x86OS1    使PCOS    CPU RISC-VOS
    RustでRISC-V OS自作!はじめの一歩 - Qiita
  • 1