Fork of the kernel developed for MFF UK operating systems class (https://code.nolog.cz/stepis/OStrich). Currently under development for the extended operating systems class.
  • C 85.7%
  • Python 9%
  • Makefile 2.2%
  • Assembly 1.8%
  • Linker Script 0.9%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Beran Štěpán 43a32caa5a Merge branch 'minixfs' into 'master'
implement write fs ops and refact

See merge request teaching/nswi199/2026/student-beranst!5
2026-08-21 19:30:32 +02:00
.vscode fix vscode gcc 2026-08-20 19:37:33 +02:00
kernel implement write fs ops and refact 2026-08-21 19:20:09 +02:00
suites Merge branch 'master' of gitlab.mff.cuni.cz:teaching/nswi199/2026/upstream/student 2026-08-20 20:55:58 +02:00
tools Import M12 2026-04-08 10:31:29 +02:00
userspace implement IPC message queues 2026-08-21 16:50:31 +02:00
.clang-format Import 2026-03-02 09:29:00 +01:00
.clangd import ostrich 2026-03-14 13:59:52 +01:00
.gitignore Merge branch 'master' of gitlab.mff.cuni.cz:teaching/nswi199/2026/upstream/student 2026-08-20 20:55:58 +02:00
.gitlab-ci.yml Import M14 (IPC) 2026-05-06 09:51:11 +02:00
.pre-commit-config.yaml import ostrich 2026-03-14 13:59:52 +01:00
configure.py Unbreak mixed tests (see Forum issue 10) 2026-04-13 11:00:17 +02:00
docker-compose.yml import ostrich 2026-03-14 13:59:52 +01:00
Dockerfile import ostrich 2026-03-14 13:59:52 +01:00
LICENSE Import 2026-03-02 09:29:00 +01:00
Makefile Import M12 2026-04-08 10:31:29 +02:00
msim.conf Import M13 2026-04-22 10:17:36 +02:00
README-m02.md Import 2026-03-02 09:29:00 +01:00
README-m03.md Import 2026-03-02 09:29:00 +01:00
README-m04.md Import 2026-03-02 09:29:00 +01:00
README-m05.md Import 2026-03-02 09:29:00 +01:00
README-m06.md Import 2026-03-02 09:29:00 +01:00
README-m07.md Import 2026-03-02 09:29:00 +01:00
README-m10.md Import M10 2026-03-04 10:31:38 +01:00
README-m11.md Link to MinixFS browser applet 2026-03-18 10:52:53 +01:00
README-m12.md Import M12 2026-04-08 10:31:29 +02:00
README-m13.md Import M13 2026-04-22 10:17:36 +02:00
README-m14.md Import M14 (IPC) 2026-05-06 09:51:11 +02:00
README.md Import 2026-03-02 09:29:00 +01:00
shell.nix import ostrich 2026-03-14 13:59:52 +01:00

NSWI199 milestones

This repository will be used for all milestones in the course.

At the moment the repository contains all seven milestones as in NSWI200. Subsequent milestones will be provided as updates to the upstream/student repository. You are required to merge the updates from the upstream repository into this repository.

We suggest that you add the upstream repository to your GitLab watch-list to receive notifications about any activity in that repository.