sysprog icon indicating copy to clipboard operation
sysprog copied to clipboard

System programming course

Results 4 sysprog issues
Sort by recently updated
recently updated
newest added

For example, I just discovered this: https://pages.mtu.edu/~soner/Classes/CS-3411/Teaching.html accompanied by a repository similar to mine: https://github.com/skuhl/sys-prog-examples. It would be good to add these and other links somewhere in a file.

Currently all the lectures are stored in slides.com/gerold103. In a not quite portable format of web pages. It would be good to have them here as text documents in .md...

It is like libcoro library, but there is only one stack. So the coroutines can't use any local variables nor do `return`s. Like coro_jmp.h was implemented in an older version...

Автоматизированная проверка для второй домашки и небольшой шаблон для оформления остальных работа. Идея следующая: В статических данных храним `test.c`/`checker.py`, `Makefile` и `hw_number.json`. Первые два файла нужны, чтобы студенты не поломали...