Create Your Own Operating System_ Build,.epub
- 资料大王PDF
-
0 次阅读
-
0 次下载
-
2024-11-05 23:09:39
微信
赏
支付宝
文档简介:
Create Your Own Operating Systems for the Internet of Things
By Lucus Darnell
Table of Contents
Disclaimer
Introduction
0x01 OS Basics
0x02 Intro to Machine Code
0x03 Intro to the Assembly Programming Language
0x04 Intro to the C Programming Language
0x05 Getting Started
Installing Virtualbox
Installing Linux
Installing GNOME
Preparing CentOS and the VM
Troubleshooting VirtualBox Guest Additions
Preparing the Development Environment
0x06 Bootstrapping with the Bootloader
Creating the Entry Point
GNU GRUB
Compiling the Entry Point
0x07 Welcome to the Kernel
0x08 Putting it all Together
0x09 Testing Your Operating System
0x0A Starting Your Architecture Library
Expanding the Console
0x0B Expanding Your OS
0x0C Cross-Compiling for Other Architectures
Create a Custom Cross-Compiler
Porting for the Raspberry Pi
Testing on Physical Hardware
Conclusion
Acknowledgements
Appendix
Compiling the “Print Lucus” Example
Complete x86 Operating System Source
boot.asm
kernel.c
linker.ld
grub.cfg
Makefile
Index
Disclaimer
I have spent a lot of extremely late nights writing this book. So, if you find
any errors with......
评论
发表评论