-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefs.bib
More file actions
92 lines (71 loc) · 2.17 KB
/
refs.bib
File metadata and controls
92 lines (71 loc) · 2.17 KB
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
@misc{vanderburg2011,
title={Sander van der Burg's blog},
url={http://sandervanderburg.blogspot.com/2011/11/on-nix-nixos-and-filesystem-hierarchy.html},
journal={Sander van der Burg's blog},
author={van der Burg, Sander},
year={2011},
month={Nov}
}
@techreport{fhs3,
type = {Standard},
key = {Filesystem Hiearchy Standard 3.0},
month = June,
day = 3,
year = {2015},
title = {Filesystem Hierarchy Standard},
volume = {2000},
institution = {The Linux Foundation},
}
@misc{osdev:ext2,
author = "OSDev",
title = "{Ext2}",
year = "2019",
howpublished = {\url{https://wiki.osdev.org/Ext2}},
note = "[Online; accessed 30-September-2019]"
}
@misc{ext2-doc,
author = {Dave Poirier},
year = 2019,
title = {The Second Extended File System},
subtitle = {Internal Layout},
howpublished = {Published at \url{https://www.nongnu.org/ext2-doc/ext2.html}}
}
@misc{bash-redir-net,
author = {Bash Authors},
year = {2019},
title = {Bash Source Code},
subtitle = {\texttt{redir.c}},
howpublished = {\url{http://git.savannah.gnu.org/cgit/bash.git/tree/redir.c}}
}
@misc{ext4-inodes,
author = {Linux Kernel Team},
year = 2019,
title = {Ext4 Disk Layout: Special Inodes},
howpublished = {\url{https://ext4.wiki.kernel.org/index.php/Ext4_Disk_Layout}}
}
@misc{ext2-impl,
author = {Remy Card and Theodore Ts'o and Stephen Tweedie},
year = 2005,
title = {Design and Implementation of the Second Extended Filesystem},
howpublished = {Published at \url{http://web.mit.edu/tytso/www/linux/ext2intro.html}}
}
@misc{vfstour,
author = {Michael K. Johnson},
year = 1996,
title = {A tour of the Linux VFS},
howpublished = {Published at \url{https://www.tldp.org/LDP/khg/HyperNews/get/fs/vfstour.html}},
}
@Book{ostep,
author = {Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau},
title = "{Operating Systems: Three Easy Pieces}",
publisher = {Arpaci-Dusseau Books},
month = "August",
year = {2018},
edition = {1.00},
}
@misk{sd-assoc,
author = {SD Association},
title = {Capacity},
year = {2019},
howpublished = {\url{https://www.sdcard.org/developers/overview/capacity/}},
}