finalising report

This commit is contained in:
Chris
2026-04-20 00:24:59 +02:00
parent d4d5665ddc
commit 5f57b955aa
11 changed files with 758 additions and 119 deletions

19
notes/report/bib.tex Normal file
View File

@@ -0,0 +1,19 @@
@misc{osdevInterruptsTutorial,
author = {{OSDev Wiki}},
title = {{Interrupts Tutorial}},
howpublished = {\url{https://wiki.osdev.org/Interrupts_Tutorial}},
note = {Accessed 2026-04-16}
}
@misc{fenollosaOsTutorial,
author = {Carlos Fenollosa},
title = {{os-tutorial}},
howpublished = {\url{https://github.com/cfenollosa/os-tutorial/tree/master}},
note = {Accessed 2026-04-16}
}
@misc{assignmentFiles,
author = {{Course lecturer}},
title = {{assignment\_files.zip}},
note = {Source code and assignment material provided by the lecturer}
}