issues
search
yaobinwen
/
robin_on_rails
Robin on Rails: my notes about technology and some other knowledge.
1
stars
0
forks
source link
Revise the tutorial "Writing a simple operating system from scratch"
#219
Open
yaobinwen
opened
1 year ago
yaobinwen
commented
1 year ago
Description
[x] Revise
Writing a Simple Operating System - from Scratch
[x] Chapter 1: Introduction
[x] Chapter 2: Computer Architecture and the Boot Process
[x] Chapter 3: Boot Sector Programming (in 16-bit Real Mode)
[x] 3.1 Boot Sector Re-visited
[x] 3.2 16-bit Real Mode
[x] 3.3 Erm, Hello?
[x] 3.3.1 Interrupts
[x] 3.3.2 CPU Registers
[x] 3.3.3 Putting it all Together
[x] 3.4 Hello, World!
[x] 3.4.1 Memory, Addresses, and Labels
[x] 3.4.2 'X' Marks the Spot
[x] 3.4.3 Defining Strings
[x] 3.4.4 Using the Stack
[x] 3.4.5 Control Structures
[x] 3.4.6 Calling Functions
[x] 3.4.7 Include Files
[x] 3.4.8 Putting it all Together
[x] 3.4.9 Summary
[x] 3.5 Nurse, Fetch me my Steth-o-scope
[x] 3.6 Reading the Disk
[x] 3.6.1 Extended Memory Access Using
[x] 3.6.2 How Disk Drives Work
[x] 3.6.3 Using BIOS to Read the Disk
[x] 3.6.4 Putting it all Together
[x] #220
[x] #221
[x] #237
[x] Chapter 7: Implementing Processes (Empty chapter; no content)
[x] Chapter 8: Summary (Empty chapter; no content)
[ ] #238
Description