-
Notifications
You must be signed in to change notification settings - Fork 0
V1 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
V1 #2
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
1 change: 0 additions & 1 deletion
.benos.cmd
Oops, something went wrong.
1 change: 0 additions & 1 deletion
.benos.strip.cmd
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
.config
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| ### 从零开始学操作系统 | ||
| 基于`qemu` 来模拟`rpi3b+` 硬件平台, 从零开始开发内核. 通过实践来学习`操作系统` 和 `ARMv8`架构. | ||
|
|
||
|
|
||
|
|
||
|
|
||
| #### [1. 系统启动, 串口打印.](https://github.com/cuijier/learn_kernel/blob/v1/doc/rpi3b%20qemu%20%E4%B9%8B%E5%90%AF%E5%8A%A8_01.md) | ||
|
|
||
| #### [2. 系统异常,中断实现.](https://github.com/cuijier/learn_kernel/blob/v1/doc/rpi3b%20qemu%20%E4%B9%8B%E5%BC%82%E5%B8%B8_02.md) | ||
|
|
||
| #### [3. 进程管理,进程调度.](https://github.com/cuijier/learn_kernel/blob/v1/doc/rpi3b%20qemu%20%E4%B9%8B%E8%BF%9B%E7%A8%8B%E8%B0%83%E5%BA%A6_03.md) | ||
|
|
||
| #### [4. 用户进程,系统调用.](https://github.com/cuijier/learn_kernel/blob/v1/doc/rpi3b%20qemu%20%E4%B9%8B%E7%94%A8%E6%88%B7%E8%BF%9B%E7%A8%8B%E5%92%8C%E7%B3%BB%E7%BB%9F%E8%B0%83%E7%94%A8_04.md) | ||
|
|
||
| #### [5. 虚拟内存管理](https://github.com/cuijier/learn_kernel/blob/v1/doc/rpi3b%20qemu%20%E4%B9%8B%E8%99%9A%E6%8B%9F%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86_05.md) | ||
|
|
||
|
|
||
|
|
||
| #### 相关文档 | ||
| [ARM® Architecture Reference Manual | ||
| ](https://github.com/cuijier/learn_kernel/blob/v1/doc/DDI0487C_a_armv8_arm.pdf) | ||
|
|
||
| [BCM2837-ARM-Peripherals](https://github.com/cuijier/learn_kernel/blob/v1/doc/BCM2837-ARM-Peripherals.-.Revised.-.V2-1.pdf) | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.