forked from littleosbook/littleosbook
-
Notifications
You must be signed in to change notification settings - Fork 14
/
bibliography.bib
244 lines (205 loc) · 5.53 KB
/
bibliography.bib
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
@book{ostanenbaum,
author = "Andrew Tanenbaum",
title = "Modern Operating Systems, 3rd edition",
year = "2007",
publisher = "Prentice Hall, Inc."
}
@misc{osdev,
author = "OSDev",
title = "OSDev",
url = "http://wiki.osdev.org/Main_Page"
}
@misc{malloy,
author = "James Molloy",
title = "James M's kernel development tutorial",
url = "http://www.jamesmolloy.co.uk/tutorial_html/"
}
@misc{wiki:c,
author = "Wikipedia",
title = "C (programming language)",
url = "http://en.wikipedia.org/wiki/C_(programming_language)"
}
@misc{wiki:bios,
author = "Wikipedia",
title = "BIOS",
url = "https://en.wikipedia.org/wiki/BIOS"
}
@misc{bochs,
author = "Volker Ruppert",
title = "bochs: The Open Source IA-32 emulation project",
url = "http://bochs.sourceforge.net/"
}
@misc{qemu,
author = "QEMU",
title = "QEMU",
url = "http://wiki.qemu.org/Main_Page"
}
@misc{gcc,
author = "Free Software Foundation",
title = "GCC, the GNU Compiler Collection",
url = "http://gcc.gnu.org/"
}
@misc{virtualbox,
author = "Oracle",
title = "Oracle VM VirtualBox",
url = "http://www.virtualbox.org/"
}
@misc{ubuntu,
author = "Canonical Ltd",
title = "Ubuntu",
url = "http://www.ubuntu.com/"
}
@misc{nasm,
author = "NASM",
title = "NASM: The Netwide Assembler",
url = "http://www.nasm.us/"
}
@misc{make,
author = "Free Software Foundation",
title = "GNU Make",
url = "http://www.gnu.org/software/make/"
}
@misc{grub,
author = "Free Software Foundation",
title = "GNU GRUB",
url = "http://www.gnu.org/software/grub/"
}
@misc{multiboot,
author = "Free Software Foundation",
title = "Multiboot Specification version 0.6.96",
url = "http://www.gnu.org/software/
grub/manual/multiboot/multiboot.html"
}
@misc{wiki:iso,
author = "Wikipedia",
title = "ISO image",
url = "http://en.wikipedia.org/wiki/ISO_image"
}
@misc{intel3a,
author = "Intel",
title = "Intel 64 and IA-32 Architectures Software Developer's Manual Vol. 3A",
url = "http://www.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-vol-3a-part-1-manual.html"
}
@misc{ldcmdlang,
author = "Steve Chamberlain",
title = "Using ld, the GNU linker",
url = "http://www.math.utah.edu/docs/info/ld_toc.html",
}
@misc{wiki:elf,
author = "Wikipedia",
title = "Executable and Linkable Format",
url = "http://en.wikipedia.org/wiki/Executable_and_Linkable_Format"
}
@book{knr,
author = "Brian W. Kernighan, Dennis M. Ritchie",
title = "The C Programming Language, Second Edition",
year = "1988",
publisher = "Prentice Hall, Inc."
}
@misc{wiki:fb,
author = "Wikipedia",
title = "Framebuffer",
url = "http://en.wikipedia.org/wiki/Framebuffer"
}
@misc{wiki:ascii,
author = "Wikipedia",
title = "ASCII",
url = "https://en.wikipedia.org/wiki/Ascii"
}
@misc{osdev:serial,
author = "OSDev",
title = "Serial Ports",
url = "http://wiki.osdev.org/Serial_ports"
}
@misc{acm,
author = "SIGOPS",
title = "i386 Interrupt Handling",
url = "https://www-s.acm.illinois.edu/sigops/2007/roll_your_own/i386/irq.html"
}
@misc{nasm:macros,
author = "NASM",
title = "Multi-Line Macros",
url = "http://www.nasm.us/doc/nasmdoc4.html#section-4.3"
}
@misc{resb,
author = "NASM",
title = "RESB and Friends: Declaring Uninitialized Data",
url = "http://www.nasm.us/doc/nasmdoc3.htm"
}
@misc{scancodes,
author = "Andries Brouwer",
title = "Keyboard scancodes",
url = "http://www.win.tue.nl/"
}
@misc{wiki:serial,
author = "Wikipedia",
title = "Serial port",
url = "http://en.wikipedia.org/wiki/Serial_port"
}
@misc{wiki:ccall,
author = "Wikipedia",
title = "x86 calling conventions",
url = "http://en.wikipedia.org/wiki/X86_calling_conventions"
}
@misc{osdev:pit,
author = "OSDev",
title = "Programmable Interval Timer",
url = "http://wiki.osdev.org/Programmable_Interval_Timer"
}
@misc{ubuntu-grub,
author = "Lars Nodeen",
title = "Bug #426419: configure: error: GRUB requires a working absolute
objcopy",
url = "https://bugs.launchpad.net/ubuntu/+source/grub/+bug/426419"
}
@misc{bochs-config,
author = "Bochs",
title = "bochsrc",
url = "http://bochs.sourceforge.net/doc/docbook/user/bochsrc.html"
}
@misc{wikibook:serial,
author = "WikiBooks",
title = "Serial Programming/8250 UART Programming",
url = "http://en.wikibooks.org/wiki/Serial_Programming/
8250_UART_Programming"
}
@misc{gnubinutils,
author = "GNU",
title = "GNU Binutils",
url = "http://www.gnu.org/software/binutils/"
}
@misc{clang,
author = "LLVM",
title = "clang: a C language family frontend for LLVM",
url = "http://clang.llvm.org/"
}
@misc{osdev:pfa,
author = "OSDev",
title = "Page Frame Allocation",
url = "http://wiki.osdev.org/Page_Frame_Allocation"
}
@misc{wiki:bash,
author = "Wikipedia",
title = "Bash",
url = "http://en.wikipedia.org/wiki/Bash_%28Unix_shell%29"
}
@misc{wiki:vga-compat,
author = "Wikipedia",
title = "VGA-compatible text mode",
url = "http://en.wikipedia.org/wiki/VGA-compatible_text_mode"
}
@misc{osdev:vga,
author = "OSDev",
title = "VGA Hardware",
url = "http://wiki.osdev.org/VGA_Hardware"
}
@misc{wiki:hex,
author = "Wikipedia",
title = "Hexadecimal",
url = "http://en.wikipedia.org/wiki/Hexadecimal"
}
@misc{kth,
author = "",
title = "The Royal Institute of Technology",
url = "http://www.kth.se"
}