From 37b86a2b5ab8966771299c67b594fd660d5efcb7 Mon Sep 17 00:00:00 2001 From: Ada Christiansen <60967674+luccaflower@users.noreply.github.com> Date: Sun, 4 Jan 2026 18:03:34 +0100 Subject: [PATCH] Don't apologize for OSTEP. --- docs/computer-science/systems/ostep/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/computer-science/systems/ostep/index.md b/docs/computer-science/systems/ostep/index.md index 31ffd0e..97ca600 100644 --- a/docs/computer-science/systems/ostep/index.md +++ b/docs/computer-science/systems/ostep/index.md @@ -6,8 +6,7 @@ sidebar_position: 3 *Timeline: 80 - 200+ hours*, Credit goes to [palladian](https://github.com/palladian1) ## Introduction - -First, we should be frank: it's really hard to find a good self-contained online course on operating systems. OSTEP is the best course we've found so far. We describe below two approaches to the course, a "Base" approach which is suitable for most students, and an "Extended" approach, which is appropriate for students intending to specialize in systems programming. +For the subject of operating systems, we offer two options: a "base" approach which is suitable for most students, and an "extended" approach for those that want to specialize in systems-level programming. The "base" approach covers all of our operating system curriculum requirements and should take about 80 hours of work.