-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathREFERENCES
97 lines (65 loc) · 3.37 KB
/
REFERENCES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---------------------------------------------------------------------------------------------------
Websites
---------------------------------------------------------------------------------------------------
- http://OSDev.org
---------------------------------------------------------------------------------------------------
General Hardware
---------------------------------------------------------------------------------------------------
- 82093AA I/O Advanced Programmable Interrupt Controller (IOAPIC)
- 8254 Programmable Interval Timer (PIT)
- 8259A Programmable Interrupt Controller (PIC)
- Advanced Configuration and Power Interface Specification (ACPI)
- Intel(r) 64 and IA-32 Architectures Software Developer's Manual
- Intel(r) 7 Series / C216 Chipset Family Platform Controller Hub (PCH)
- Desktop 3rd Generation Intel® Core™ Processor Family and Desktop Intel® Pentium® Processor Family
---------------------------------------------------------------------------------------------------
Graphics
---------------------------------------------------------------------------------------------------
- Intel OpenSource HD Graphics Programmer's Reference Manual
- Intel Integrated Graphics Device OpRegion Specification
---------------------------------------------------------------------------------------------------
USB
---------------------------------------------------------------------------------------------------
Base Spec:
- Universal Serial Bus Specification
Device Classes:
- Universal Serial Bus: Device Class Definition for Human Interface Devices (HID)
- Universal Serial Bus: HID Usage Tables
Controller Interfaces:
- Universal Host Controller Interface (UHCI) Design Guide
- Enhanced Host Controller Interface (EHCI) Specification for Universal Serial Bus
---------------------------------------------------------------------------------------------------
Networking
---------------------------------------------------------------------------------------------------
Driver:
- Intel PCI/PCI-X Family of Gigabit Ethernet Controllers Software Developer's Manual
Link Layer:
- RFC 826: An Ethernet Address Resolution Protocol (ARP)
- RFC 894: A Standard for the Transmission of IP Datagrams over Ethernet Networks
- RFC 1042: A Standard for the Transmission of IP Datagrams over IEEE 802 Networks
- RFC 2461: Neighbor Discovery for IPv6 (NDP)
- RFC 2464: Transmission of IPv6 Packets over Ethernet Networks
IPv4 Layer:
- RFC 791: Internet Protocol (IP)
- RFC 792: Internet Control Message Protocol (ICMP)
- RFC 2373: IP Version 6 Addressing Architecture
- RFC 2460: Internet Protocol, Version 6 (IPv6)
- RFC 2463: Internet Control Message Protocol (ICMPv6) for IPv6
Transport Layer:
- RFC 768: User Datagram Protocol (UDP)
- RFC 793: Transmission Control Protocol (TCP)
Best Practices:
- RFC 1122: Requirements for Internet Hosts -- Communication Layers
- RFC 1123: Requirements for Internet Hosts -- Application and Support
- RFC 5952: A Recommendation for IPv6 Address Text Representation
DNS:
- RFC 1034: Domain Names - Concepts and Facilities
- RFC 1035: Domain Names - Implementation and Specification
DHCP:
- RFC 951: Bootstrap Protocol (BOOTP)
- RFC 2131: Dynamic Host Configuration Protocol
- RFC 2132: DHCP Options and BOOTP Vendor Extensions
NTP:
- RFC 5905: Network Time Protocol Version 4: Protocol and Algorithms Specification (NTP)
Registries:
- http://www.iana.org/numbers.html