diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tex/binary_mutex.tex | 3 | ||||
| -rw-r--r-- | docs/tex/hefs.tex | 4 | ||||
| -rw-r--r-- | docs/tex/mini_bus_controller_interface.tex | 2 | ||||
| -rw-r--r-- | docs/tex/nefs.tex | 4 |
4 files changed, 7 insertions, 6 deletions
diff --git a/docs/tex/binary_mutex.tex b/docs/tex/binary_mutex.tex index 564d322a..9b8a1c40 100644 --- a/docs/tex/binary_mutex.tex +++ b/docs/tex/binary_mutex.tex @@ -1,5 +1,6 @@ \documentclass{article} -\usepackage{graphicx} % Required for inserting images +\usepackage{graphicx} +\usepackage{hyperref} \title{BinaryMutex: Technical Documentation} \author{Amlal El Mahrouss} diff --git a/docs/tex/hefs.tex b/docs/tex/hefs.tex index c947710f..1656e5a9 100644 --- a/docs/tex/hefs.tex +++ b/docs/tex/hefs.tex @@ -4,9 +4,9 @@ \usepackage{longtable} \usepackage{listings} \geometry{margin=1in} -\title{HeFS Filesystem Specification (v1.3)} +\title{HeFS: Hight-throughput extended File System} \author{Amlal El Mahrouss} -\date{2025} +\date{\today} \begin{document} diff --git a/docs/tex/mini_bus_controller_interface.tex b/docs/tex/mini_bus_controller_interface.tex index 71907376..ba2381b7 100644 --- a/docs/tex/mini_bus_controller_interface.tex +++ b/docs/tex/mini_bus_controller_interface.tex @@ -7,7 +7,7 @@ \geometry{margin=1in} \title{MBCI: Mini Bus Controller Interface Specification} \author{Amlal El Mahrouss} -\date{2025} +\date{\today} \begin{document} diff --git a/docs/tex/nefs.tex b/docs/tex/nefs.tex index 37e43d13..7f2fdd84 100644 --- a/docs/tex/nefs.tex +++ b/docs/tex/nefs.tex @@ -21,9 +21,9 @@ showstringspaces=false } -\title{NeFS: New Extended File System Specification} +\title{NeFS: New Extended File System} \author{Amlal El Mahrouss} -\date{2025} +\date{\today} \begin{document} |
