iT邦幫忙

鐵人檔案

2022 iThome 鐵人賽
回列表
自我挑戰組

System Software Introduction 系列

System software is a software that provides platform to other softwares.It serves as the interface between the hardware and the end users.
1. Features,components and types of the system software
2. Why, what a build system

鐵人鍊成 | 共 30 篇文章 | 6 人訂閱 訂閱系列文 RSS系列文
DAY 11

System Software - System Utilities Compiler Toolchain Compilation Flow

What is a Compilation 編譯是將source code轉換為object code的過程,由compiler完成。Compiler會檢查so...

2022-09-22 ‧ 由 脆脆 分享
DAY 12

System Software Build and Test Introduction

我們在先前文章中介紹system software的組成與功能,我們知道system software是讓系統能正常運作的必要軟體。接下來我們要介紹開發一套sy...

2022-09-23 ‧ 由 脆脆 分享
DAY 13

The Build of System Software - System Software Build Flow

System software需要build成machine code (executable file) 後才能執行,因此我們會先介紹system softw...

2022-09-24 ‧ 由 脆脆 分享
DAY 14

The Build of System Software - Compiler Toolchain Development​

新的CPU會需要新的compiler toolchain,而compiler toolchain的開發通常會使用現有的compiler toolchain去修改...

2022-09-25 ‧ 由 脆脆 分享
DAY 15

The Build of System Software - Build Environment​

System software可能在不同的build environemnt上面build,但為了讓不同的build environment可以build出相同...

2022-09-26 ‧ 由 脆脆 分享
DAY 16

The Hardware Platform of System Software – Simulator/Emulator

成功把system software source code以build flow轉換成CPU可以執行的executable file之後,需要有hardwar...

2022-09-27 ‧ 由 脆脆 分享
DAY 17

The Hardware Platform of System Software – Real Target

我們在前一天介紹simulator,但simulator並非萬能,它效能與模擬範圍有限。所以我們今天會介紹hardware platform- real tar...

2022-09-28 ‧ 由 脆脆 分享
DAY 18

The Verification of System Software​ - Compiler Toolchain Correctness Verification​

從今天開始,我們會介紹system software verification,compiler toolchain是build verification的必要...

2022-09-29 ‧ 由 脆脆 分享
DAY 19

The Verification of System Software​ - Bring-up

What is the Bring-up Bring-up指的是讓system software在一個hardware platform可以運行並且跑到kern...

2022-09-30 ‧ 由 脆脆 分享
DAY 20

The Verification of System Software​ - DVT

What is DVT DVT: design verification test,是software developers依照hardware規格、設計,使用...

2022-10-01 ‧ 由 脆脆 分享