Learning RISC-V Architecture Through Debugging - Part 2
austinkim
Explains the core concepts and practical tips of RISC-V, the latest open-source based CPU architecture, simply and in detail.
초급
cpu-architecture, cpu, riscv
システムソフトウェアの基本中の基本、最新のArmアーキテクチャ(Armv8-A, Armv7-A)の核心を「システムソフトウェア開発のためのArmアーキテクチャの構造と原理」の著者がきちんと押さえます!
受講生 232名
Armアーキテクチャ(Armv8-A, Armv7-A)の基本動作原理を把握できます。
Armアーキテクチャ(Armv8-A, Armv7-A)の例外の詳細な動作原理について深く理解できます。
Armv7-A/Armv8-Aで定義されたAAPCSをよく理解できます。
エクセプションとAAPCSを活用してメモリアボート性の問題をデバッグする方法を理解できます。
学習対象は
誰でしょう?
システム半導体(ファブレス)、電気自動車分野(自動運転、インフォテインメント)を含むシステムソフトウェア分野で力量を培いたいジュニア開発者
システムソフトウェア分野へキャリアチェンジを考えている他分野の開発者
システム半導体(ファブレス)、電気自動車分野でシステムソフトウェア開発をしたい就職活動生
システムソフトウェア分野(メモリ、ファイルシステム、オペレーティングシステム)の大学院進学を目指す大学生
Armアーキテクチャの機能を活用し実務でどのようにデバッグするのか知りたいシステムソフトウェア開発者(システム半導体、電気自動車)
前提知識、
必要でしょうか?
コンピュータ構造
オペレーティングシステム
C言語
組み込み
CPU
マイクロプロセッサー
5,437
受講生
148
受講レビュー
84
回答
4.9
講座評価
21
講座
글로벌 저자 & 리눅스 시스템 소프트웨어 개발자 (Arm, RISC-V 아키텍처)
국내 시스템 소프트웨어 분야에서 전무후무한! 'Arm 아키텍처(Armv8-A, Armv7-A)'와 '리눅스 커널' 책을 쓴 저자(2권의 책 모두 대한민국 학술원 우수도서에 선정)이며, 국내 최초로 해외 출판사(Packt)를 통해 "Reverse Engineering Armv8-A Systems" 책(영어)을 집필한 글로벌 저자입니다. 무엇보다 최신 시스템 소프트웨어 트렌드(전기자동차, 시스템 반도체- 시스템 소프트웨어)를 가장 잘 알고 있는 현업 개발자입니다. 또한 시스템 소프트웨어 분야에서 가장 지식 전파 활동을 활발하게 하는 교육자입니다.
'Reverse Engineering Armv8-A Systems: A practical guide to Kernel, Firmware, and TrustZone analysis' 책(영어) 저자, (Packt 출판사)
'시스템 소프트웨어 개발을 위한 Arm 아키텍처의 구조와 원리'(2024년, 대한민국 학술원 우수도서상) 저자
'디버깅을 통해 배우는 리눅스 커널의 구조와 원리' (2021년, 대한민국 학술원 우수도서상) 저자
'프로그래머스 데브 코스: 리눅스 시스템 및 커널 전문가' 메인 강사
2022년 6월, 한국컴퓨터종합학술대회 (KCC2022) - 튜토리얼 발표 [ftrace를 이용해 리눅스 커널 정복하기]
LG전자 '리눅스 커널' 및 'Armv8 아키텍처' 사내 강사(국내 및 해외 개발자 포함) - (2020년~현재)
국내에서 어느 누구보다 리눅스 커널과 Arm 아키텍처(Armv8-A, Armv7-A)를 잘 설명할 수 있는 교육자라고 자신있게 말씀드릴 수 있습니다.
강의문의 : austindh.kim@gmail.com
'시스템 소프트웨어 개발자를 위한 Arm - basic course'
全体
130件 ∙ (20時間 37分)
講座資料(こうぎしりょう):
5. Armプロセッサのご紹介:Armの歴史
10:48
17. Armv8例外レベル:概要
17:05
20. 例外 (Exception) について
10:18
21. 実践ソフトウェア開発の観点から見た例外
08:38
22. 例外をよく理解しておくべき理由
18:12
23. 例外に関連する主要な概念
13:37
全体
11件
5.0
11件の受講レビュー
受講レビュー 4
∙
平均評価 5.0
5
As a system software developer, I had to learn about ARM processors, so I looked at the specs and googled them. I didn't understand the unfamiliar terms, and ARM processors were so difficult that I gave up learning several times. However, after listening to this lecture, I felt like I had discovered a completely different world. The explanations were easy to understand, so I understood all the terms and flow that I didn't know, and the parts that I was stuck on were sorted out. I highly recommend this lecture to developers who want to learn ARM!
Thank you for your good review. If you have any questions, please leave them in Q/A at any time.
受講レビュー 3
∙
平均評価 5.0
5
1. I was impressed by the incredibly deep knowledge of ARM architecture. 2. The ARM specs are very difficult and complicated, but I learned them by looking at the Linux kernel code as it is in the lecture, so I understood them well. Overall, I felt the affection for developers, which was good. I highly recommend it.
Thank you for your good evaluation and encouragement. If you have any questions, please leave them in Q/A at any time. I will continue to do my best to make sure that you "really listened to my lectures" in the future.
受講レビュー 4
∙
平均評価 5.0
5
Rather than simply instilling theory, the instructor gave practical kernel code examples of the theory applied and cases he experienced in the field, so I was able to understand it well and the knowledge stayed in my head for a long time. Thank you for your efforts to create many embedded developers through good lectures.
Thank you for your good review. If you have any questions, please leave them in Q/A at any time. I will continue to do my best to make sure that you "really listened to my lectures" in the future.
受講レビュー 17
∙
平均評価 4.9
受講レビュー 5
∙
平均評価 5.0
¥15,639
知識共有者の他の講座を見てみましょう!
同じ分野の他の講座を見てみましょう!