参考资料
UNIX general info
Youtube Unix intro `The UNIX Time-Sharing
System <http://citeseer.ist.psu.edu/10962.html>`__, Dennis M. Ritchie and Ken L.Thompson,. Bell System Technical Journal 57, number 6, part 2 (July-August 1978) pages 1905-1930.
- `The Evolution of the Unix Time-sharing
System <http://www.read.seas.harvard.edu/~kohler/class/aosref/ritchie84evolution.pdf>`__, Dennis M. Ritchie, 1979.
- The C programming language (second edition) by Kernighan and Ritchie.
Prentice Hall, Inc., 1988. ISBN 0-13-110362-8, 1998.
building or reading a small OS
- `How to make an Operating
System <https://www.gitbook.com/book/samypesse/how-to-create-an-operating-system/details>`__
- `xv6 book
中文 <https://www.gitbook.com/book/th0ar/xv6-chinese/details>`__
- 自己动手写操作系统于渊
著,电子工业出版社,2005
- Linux-0.11内核完全注释
赵炯,2009
some OS course
- `6.828: Operating Systems Engineering - in
- `CS-537: Introduction to Operating Systems - in
WISC <http://pages.cs.wisc.edu/~remzi/Classes/537/Fall2013/>`__
x86 Emulation
x86 Assembly Language
- `Intel 80386 Programmer’s Reference Manual, 1987
(HTML). <http://www.logix.cz/michal/doc/i386/>`__
- `Linux
汇编语言开发指南 <http://www.ibm.com/developerworks/cn/linux/l-assembly/index.html>`__
- 汇编语言程序设计 布鲁姆 著,
马朝晖 等译,机械工业出版社,2005
Multiprocessor references:
- `MP
specification <http://pdos.csail.mit.edu/6.828/2014/readings/ia32/MPspec.pdf>`__
- `IO
APIC <http://pdos.csail.mit.edu/6.828/2014/readings/ia32/ioapic.pdf>`__
x86系统结构与编程
- 微型计算机技术及应用(第4版)
戴梅萼,史嘉权 编著, 清华大学出版社, 2008
- x86/x64体系探索及编程 邓志
著,电子工业出版社,2012
- x86汇编语言:从实模式到保护模式
李忠,王晓波,余洁 著,电子工业出版社,2013
General BIOS and PC bootstrap
- `BIOS Services and Software
Interrupts <http://www.htl-steyr.ac.at/~morg/pcinfo/hardware/interrupts/inte1at0.htm>`__, Roger Morgan, 1997.
- `“El Torito” Bootable CD-ROM Format
Specification <http://pdos.csail.mit.edu/6.828/2014/readings/boot-cdrom.pdf>`__,Phoenix/IBM, January 1995.
VGA display - console.c
- `VESA BIOS Extension (VBE)
3.0 <http://web.archive.org/web/20080302090304/http://www.vesa.org/public/VBE/vbe3.pdf>`__ September 1998.
- Free VGA Project J.D.
Neal, 1998.
8253/8254 Programmable Interval Timer (PIT)
- `82C54 CHMOS Programmable Interval
Timer, <http://www.intel.com/design/archives/periphrl/docs/23124406.htm>`__ , Intel, October 1994.
- `Data Solutions 8253/8254
Tutorial <http://www.decisioncards.com/io/tutorials/8254_tut.html>`__, Data Solutions.
8259/8259A Programmable Interrupt Controller (PIC)
- `8259A Programmable Interrupt
Controller <http://pdos.csail.mit.edu/6.828/2014/readings/hardware/8259A.pdf>`__,Intel, December 1988.
16550 UART Serial Port
- `PC16550D Universal Asynchronous Receiver/Transmitter with
FIFOs <http://www.national.com/pf/PC/PC16550D.html>`__, National Semiconductor, 1995.
http://byterunner.com/16550.html, Byterunner Technologies. `Interfacing the Serial / RS232
Port, <http://www.beyondlogic.org/serial/serial.htm>`__, Craig Peacock, August 2001.
IEEE 1284 Parallel Port
- Parallel Port Central, Jan
Axelson.
- Parallel Port Background, Warp
Nine Engineering.
- `IEEE 1284 - Updating the PC Parallel
Port <http://zone.ni.com/devzone/cda/tut/p/id/3466>`__, National Instruments.
- `Interfacing the Standard Parallel
Port <http://www.beyondlogic.org/spp/parallel.htm>`__, Craig Peacock, August 2001.
IDE hard drive controller
- `AT Attachment with Packet Interface - 6 (working
draft) <http://pdos.csail.mit.edu/6.828/2014/readings/hardware/ATA-d1410r3a.pdf>`__, ANSI, December 2001.
- `Programming Interface for Bus Master IDE
Controller <http://pdos.csail.mit.edu/6.828/2014/readings/hardware/IDE-BusMaster.pdf>`__, Brad Hosler, Intel, May 1994.
- `The Guide to ATA/ATAPI
documentation <http://suif.stanford.edu/~csapuntz/ide.html>`__, Constantine Sapuntzakis, January 2002.