diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-25 01:15:39 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-25 01:15:39 +0200 |
commit | 4e8874465e14b3fbee9ea1796d400954ce4578ac (patch) | |
tree | 4efef566d2591313578b892430311b9b83d72c8a | |
parent | fe04c3c10a8f524f9ed064193be7cfbacd6dfec1 (diff) |
bibliography: add Oberon
-rw-r--r-- | bibliography.bib | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bibliography.bib b/bibliography.bib index 4ddb011..866af2a 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -22,6 +22,15 @@ year={1995}, school={Massachusetts Institute of Technology} } +% Oberon +@book{ Oberon:Wirth, + title={Project Oberon, The Design of an Operating System and Compiler}, + author={Niklaus Wirth and Jürg Gutknecht}, + year={1992}, + isbn={0-201-54428-8}, + publisher={Addison-Wesley/ACM Press}, + url={https://people.inf.ethz.ch/wirth/ProjectOberon1992.pdf} +} % Unix @book{ QuarterCenturyUnix:Salus, title={A Quarter Century of UNIX}, |