-
Notifications
You must be signed in to change notification settings - Fork 1
/
lit.bib
187 lines (164 loc) · 5.32 KB
/
lit.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
@Article{hsudfly,
title={The {D}ragonFlyBSD {O}perating {S}ystem},
author={Jeffrey M. Hsu},
publisher={Citeseer},
year={2004}
}
@Book{mckusick1996design,
title={The design and implementation of the 4.4BSD operating system},
author={McKusick, M.K.},
isbn={9780201549799},
lccn={lc96002433},
series={UNIX and open systems series},
url={http://books.google.pl/books?id=RbRQAAAAMAAJ},
urldate = {2014-09-10},
year={1996},
publisher={Addison-Wesley}
}
@article{ritchie1974unix,
title={The {U}NIX time-sharing system},
author={Ritchie, Dennis M. and Thompson, Ken},
journal={Communications of the ACM},
volume={17},
number={7},
pages={365--375},
year={1974},
publisher={ACM}
}
@article{okuji2006multiboot,
title={The {M}ultiboot {S}pecification {V}ersion 0.6},
author={Okuji, Yoshinori K. and Ford, Bryan and Boleyn, Erich Stefan and Ishiguro, Kunihiro},
year={2006},
journal={Free Software Foundation}
}
@article{tis1995elf,
title={{T}ool {I}nterface {S}tandard ({T}IS) {E}xecutable and {L}inking {F}ormat ({E}LF) {S}pecification {V}ersion 1.2},
author={{TIS Committee} and others},
journal={TIS Committee},
year={1995}
}
@book{linkers1999,
title={{L}inkers \& {L}oaders},
author={Levine, John R.},
year={1999},
publisher={San Francisco: Morgan Kaufmann Publishers}
}
@online{freebsdarch,
author = {{The FreeBSD Documentation Project}},
title = {{F}reeBSD {A}rchitecture {H}andbook},
year = {2014},
url = {http://www.freebsd.org/doc/en/books/arch-handbook/},
urldate = {2014-09-10}
}
@misc{chamberlain-taylor2003,
title={Using ld: the {G}NU {L}inker},
author={Chamberlain, Steve and Taylor, Ian Lance},
year={2003},
publisher={Boston, MA, USA: Free Software Foundation, Inc}
}
@online{tigeot-on-stats,
title={{F}rancois {T}igeot to the {D}ragonFly {B}SD {O}perating {S}ystem mailing list},
author={Francois Tigeot},
year={2013},
url={http://article.gmane.org/gmane.os.dragonfly-bsd.user/958},
urldate = {2014-09-10}
}
@article{lorch2009porting,
title={Porting the {H}AMMER {F}ile {S}ystem to {L}inux},
author={Lorch, Daniel},
year={2009}
}
@article{oppegaard2009evaluation,
title ={{E}valuation of {P}erformance and {S}pace {U}tilisation when using {S}napshots in the {Z}FS and {H}AMMER {F}ile {S}ystems},
author ={Oppegaard, Martin Christoffer Aasen},
year ={2009}
}
@online{dillon2011hammer2,
title={{H}AMMER2 {P}reliminary {D}esign {D}ocument},
author={Dillon, Matthew},
year={2011},
url={http://apollo.backplane.com/DFlyMisc/hammer2.txt},
urldate = {2014-09-10}
}
@online{mitpdosos,
title={Course No. 6.828: {O}perating {S}ystem {E}ngineering},
author={Josh Cates and Russ Cox and Bryan Ford and Emil Sit and Max Krohn},
year={2012},
url={http://pdos.csail.mit.edu/6.828/2012/index.html},
urldate = {2014-09-10}
}
@misc{coxxv6,
title={{X}v6, a simple {U}nix-like teaching operating system},
author={Cox, Russ and Kaashoek, MF and Morris, Robert},
publisher={Technical report},
url={http://pdos.csail.mit.edu/6.828/2012/xv6.html},
urldate = {2014-09-10}
}
@article{seyfarth2011introduction,
title={{I}ntroduction to 64 {B}it {I}ntel {A}ssembly {L}anguage {P}rogramming: {G}etting the most out of your {C}omputer},
author={Seyfarth, Ray},
year={2011},
publisher={CreateSpace}
}
@book{silberschatz1998operating,
title={{O}perating {S}ystem {C}oncepts},
author={Silberschatz, Abraham and Galvin, Peter B. and Gagne, Greg},
year={1998},
publisher={Addison-Wesley Reading}
}
@article{matzigkeit1999gnu,
title={{T}he {G}NU {G}RUB {M}anual},
author={Matzigkeit, Gordon and Okuji, Yoshinori K.},
year={1999},
url={http://www.gnu.org/software/grub/manual/grub.html},
urldate = {2014-09-10}
}
@article{salzman2001linux,
title={The {L}inux {K}ernel {M}odule {P}rogramming {G}uide},
author={Salzman, Peter Jay and Burian, Michael and Pomerantz, Ori},
year={2001},
url={http://tldp.org/LDP/lkmpg/2.6/html/x40.html},
urldate = {2014-09-10}
}
@misc{wiki:loadlin,
author = "Wikipedia",
title = "Loadlin --- {W}ikipedia{,} {T}he {F}ree {E}ncyclopedia",
year = "2014",
url = "http://en.wikipedia.org/w/index.php?title=Loadlin&oldid=607850985",
urldate = {2014-09-10}
}
@misc{wiki:lilo,
author = "Wikipedia",
title = "LILO (boot loader) --- {W}ikipedia{,} {T}he {F}ree {E}ncyclopedia",
year = "2014",
url = "http://en.wikipedia.org/w/index.php?title=LILO_(boot_loader)&oldid=604713411",
urldate = {2014-09-10}
}
@inproceedings{steinberg2010nova,
title={NOVA: a microhypervisor-based secure virtualization architecture},
author={Steinberg, Udo and Kauer, Bernhard},
booktitle={{P}roceedings of the 5th {E}uropean {C}onference on {C}omputer {S}ystems},
pages={209--222},
year={2010},
organization={ACM}
}
@misc{vidal2007netbsd,
author = "Julio M. Merino Vidal",
title = "{M}aking {N}etBSD {M}ultiboot-{C}ompatible",
year = "2007",
url = "http://www.onlamp.com/pub/a/bsd/2007/03/01/inside-multiboot.html",
urldate = {2014-09-10}
}
@misc{hurd-bootstrap,
author = "{GNU Hurd contributors}",
title = "{T}he {G}NU/{H}urd {U}ser's {G}uide",
year = "2010",
url = "http://www.gnu.org/software/hurd/users-guide/using_gnuhurd.html#Bootstrap",
urldate = {2014-09-10}
}
@book{yaghmour2003building,
title={{B}uilding {E}mbedded {L}inux {S}ystems},
author={Yaghmour, Karim},
year={2003},
publisher={O'Reilly Japan}
}