Makefile cleaup
[thunix.git] / doc / Chapter8-Bibliography
blob532054abdcecb2f4e1aa752c34263b8ce8053ade
1 参考文献
3 [Bach 1986] M. Bach. The Design of the UNIX Operating System. Prentice Hall, 1986. 
4 [BIOS INT] BIOS interrupt call. http://en.wikipedia.org/wiki/BIOS_interrupt_call. Wiki page
5 [Daniel 2005] Daniel P. Bovet, Marco Cesati. Understanding the Linux Kernel, Third Edition - O'Reilly Media
6 [FDC spec] 82077AA CHMOS SINGLE-CHIP FLOPPY DISK CONTROLLER, http://www.osdever.net./documents/82077AA_FloppyControllerDatasheet.pdf. Intel Corp
7 [Glibc] GNU C Library. http://www.gnu.org/software/libc/. GNU Project
8 [GRUB] GNU GRUB bootloader. http://www.gnu.org/software/grub. GNU Project
9 [INT 0x10] BIOS interrupt 0x10. http://en.wikipedia.org/wiki/INT_10. Wiki page
10 [INT 0x13] BIOS interrupt 0x10. http://en.wikipedia.org/wiki/INT_13. Wiki page
11 [Intel Manual]  Intel® 64 and IA-32 Architectures Software Developer's Manual.
12         Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 1: Basic Architecture
13         Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 2A: Instruction Set Reference, A-M
14         Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 2B: Instruction Set Reference, N-Z
15         Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 3A: System Programming Guide Part 1
16         Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 3B: System Programming Guide Part 2
17         http://www.intel.com/products/processor/manuals/. Intel Corp.
18 [LBA to CHS] chs translation. http://www.viralpatel.net/taj/tutorial/chs_translation.php
19 [make] GNU Make. http://www.gnu.org/software/make. GNU Project
20 [osdever] osdever.net. http://www.osdever.net. osdever.net
21 [osdev] osdever.org. http://www.osdev.org. osdev.org
22 [PIC spec] The Intel 8259A Programmable Interrupt Controller, http://bochs.sourceforge.net/techspec/intel-8259a-pic.pdf.gz. Intel Corp.
23 [PIT] Programmable_Interval_Timer, http://wiki.osdev.org/Programmable_Interval_Timer. osdev.org
24 [PIT spec] 8253/54 Intel spec, http://www.osdever.net/documents/8253.pdf. Intel Corp.
25 [Plauger 1991] P.J. Plauger. The Standard C Library. Prentice Hall, 1991. 
26 [Rémyi] Rémyi card, Theodore Ts'o, Stephen Tweedie.  Design and Implementation of the Second Extended Filesystem. http://e2fsprogs.sourceforge.net/ext2intro.html
27 [Scancode set]keyboard scancode set, http://www.win.tue.nl/~aeb/linux/kbd/scancodes-10.html
28 [Syslinux] H.Peter.Anvin. http://syslinux.zytor.com. The Syslinux Project