summaryrefslogtreecommitdiff
path: root/notes/operating-system.md
diff options
context:
space:
mode:
Diffstat (limited to 'notes/operating-system.md')
-rw-r--r--notes/operating-system.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/notes/operating-system.md b/notes/operating-system.md
new file mode 100644
index 0000000..16d8733
--- /dev/null
+++ b/notes/operating-system.md
@@ -0,0 +1,23 @@
+---
+title: operating system
+published: 2024-07-22T15:34:49+0100
+---
+
+## An operating system manages a computers's hardware and software resources
+
+### OpenBSD: Free, multi-platform, 4.4BSD-based, UNIX-like operating system
+:::::{.links}
+- [openbsd.org](https://www.openbsd.org/)
+- [man.openbsd.org](https://man.openbsd.org/)
+- [soure tree (github mirror)](https://github.com/openbsd/src)
+- [ports tree (github mirror)](https://github.com/openbsd/ports)
+:::::
+
+### Linux: Free, multi-platform, UNIX-like kernel
+Linux is a free kernel created by Linus Torvalds. The term "Linux" sometimes describes a UNIX-like operating systems that use the Linux kernel. Software in these operating systems is often provided by the GNU project, so "GNU/Linux" is sometimes used to refer to a distro.
+
+:::::{.links}
+- [kernel.org](https://kernel.org)
+- [major distributions](https://distrowatch.com/dwres.php?resource=major)
+- [Paging in Linux: understanding the linux kernel](https://www.oreilly.com/library/view/understanding-the-linux/0596000022/0596000022_ch02-77938.html)
+:::::