並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 9 件 / 9件

新着順 人気順

riscvの検索結果1 - 9 件 / 9件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

riscvに関するエントリは9件あります。 RISC-VOSLinux などが関連タグです。 人気エントリには 『2020年4月17日号 “linux-riscv” フレーバーとriscv用バイナリ、WSLにおける20.04 | gihyo.jp』などがあります。
  • 2020年4月17日号 “linux-riscv” フレーバーとriscv用バイナリ、WSLにおける20.04 | gihyo.jp

    Ubuntu Weekly Topics 2020年4月17日号“linux-riscv” フレーバーとriscv用バイナリ、WSLにおける20.04 “linux-riscv” フレーバーとriscv用バイナリ focalのリリースまで約10日というタイミングで、非常に興味深いカーネルメタパッケージがコミットされました。 「linux-riscv」と名付けられたこの新しいパッケージは、riscv64アーキテクチャ向けにビルドされており[1]⁠、64bit RISC-Vサポートを示唆する特徴に満ちています。また、focalのトップページには『Architectures and builds for Focal』として「riscv64 (unofficial) 」がリストされており、現時点では明確なアナウンスはないものの、「⁠riscv64アーキテクチャのUbuntu」が何らかの形で用意され

      2020年4月17日号 “linux-riscv” フレーバーとriscv用バイナリ、WSLにおける20.04 | gihyo.jp
    • System Calls: RISCV OS in Rust

      This is chapter 7 of a multi-part series on writing a RISC-V OS in Rust. Table of Contents → Chapter 6 → (Chapter 7) → Chapter 8 23 January 2020: Patreon only 29 January 2020: Public Video https://www.youtube.com/watch?v=6GW_jgkdGPw Overview System calls are a way for unprivileged, user applications to request services from the kernel. In the RISC-V architecture, we invoke the call using the ecall

      • GitHub - o8vm/octox: Unix-like OS in Rust inspired by xv6-riscv

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - o8vm/octox: Unix-like OS in Rust inspired by xv6-riscv
        • GitHub - mit-pdos/xv6-riscv: Xv6 for RISC-V

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

            GitHub - mit-pdos/xv6-riscv: Xv6 for RISC-V
          • 第753回 VisionFive 2でriscv64なUbuntuを動かす | gihyo.jp

            第752回ではStarFiveのRISC-Vボードである「VisionFive 2」について紹介し、初期ファームウェアのアップグレード方法と、StarFiveが提供するDebianイメージをインストールする方法を紹介しました。今回はこれをUbuntu化してみましょう。 VisionFive 2のカーネルサポート状況 UbuntuはまだVisionFive 2をサポートしていません。これは主にカーネル側の対応をどうするか見極めているという状況です。たとえばVisionFive 2向けのカーネルのパッチやDTB等がすでにLinuxカーネルの新しいバージョンのリポジトリに取り込まれているようなら、修正内容にもよるものの、Ubuntuでそれを採用するのはそこまで難しい話ではありません。また、開発中のブランチで取り込まれているものを暫定的に取り込むということもあります。 ただし、3月頭時点では、Ub

              第753回 VisionFive 2でriscv64なUbuntuを動かす | gihyo.jp
            • RISCVエミュレータを作り始めた - Moiz's journal

              はじめに 目標 参考図書 リポジトリ 作業 最初に使用する命令の選定 アセンブリコードの変更 命令のエンコーダー 命令のデコード 命令の実行 その他 実行結果 今後の課題 はじめに RISCVエミュレータを作り始めました。このエントリーはそのメモです。 個人的なメモなので、読者の方の事はまだあまり考えていません。 ある程度めどがたったらもうちょっと読みやすいエントリーを書きます。 目標 最終的にはC/C++でRISC-Vのエミュレータを作る。 そのためのたたき台として、PC上で動作するごく簡単なエミュレータを作る。 (完全な車輪の再発明ですが、個人の趣味ですので。) 参考図書 動かしてわかるCPUの作り方10講 RISC-V Reader/ 日本語訳「RISC-V原典」 自作エミュレータで学ぶx86アーキテクチャ リポジトリ https://github.com/moizumi99/m99

                RISCVエミュレータを作り始めた - Moiz's journal
              • GitHub - mrLSD/riscv-fs: F# RISC-V Instruction Set formal specification

                RISC-V formal ISA Specification Copyright © Evgeny Ukhanov This is a formal (and executable) specification for the RISC-V ISA (Instruction Set Architecture), written in F# purely functional style. We deliberately choose an "extremely elementary" implementation of F# to make it readable and usable by wide audience who do not know F# and who do not plan to learn F#. This is a work-in-progress, one o

                  GitHub - mrLSD/riscv-fs: F# RISC-V Instruction Set formal specification
                • 自作CPU & 自作OSをやっていく (3) - riscv/riscv-tests の挙動を追う

                  2020年1月から、趣味エンジニアリング活動として自作CPUと自作OSをやっていく。 今回は、自作CPUのパフォーマンスベンチマークとして利用するつもりの riscv-tests の挙動を追ってみる。 関心があるのは、命令セットやOSの機能をどこまで用意してあげればベンチマークが実行できるのかという点。とりわけ、以下の観点をチェックしていく。 ISA (命令セット) RV64F (単精度浮動小数点演算), RV64D (倍精度浮動小数点演算) を利用しているベンチマークはあるか。あるとしたらどれか。 RV64V (ベクトル演算) を利用しているベンチマークはあるか。あるとしたらどれか。 RV64A (アトミック命令) を利用しているベンチマークはあるか。あるとしたらどれか。 OS機能 ヒープ領域は必要か(スタック領域のみで十分か)。 スレッドをCPUコアに割り当てるスケジューラは必要か。

                  • Filesystems: RISCV OS in Rust

                    This is chapter 10 of a multi-part series on writing a RISC-V OS in Rust. Table of Contents → Chapter 9 → (Chapter 10) → Chapter 11 4 May 2020: Patreon only 11 May 2020: Public Video & Reference Material I have taught operating systems at my university, so I will link my notes from that course here regarding the virt I/O protocol. This protocol has changed over the years, but the one that QEMU imp

                    1

                    新着記事