- Jan 06, 2022
-
-
Jiri Vlasak authored
Resolves: #166
-
- Dec 17, 2021
-
-
Matěj Kafka authored
-
Matěj Kafka authored
Also remove the PowerShell one-liner, as it's probably a bit too tricky, and it's easy to overwrite something important.
-
- Dec 16, 2021
-
-
Matěj Kafka authored
-
Matěj Kafka authored
-
- Dec 14, 2021
-
-
Michal Sojka authored
-
- Dec 13, 2021
-
-
Michal Sojka authored
-
- Dec 09, 2021
-
-
Michal Sojka authored
-
- Dec 07, 2021
-
-
Michal Sojka authored
Tento test funguje správně jen s upraveným jádrem.
-
Matěj Kafka authored
-
Matěj Kafka authored
-
- Dec 06, 2021
-
-
Michal Sojka authored
-
Michal Sojka authored
-
- Dec 02, 2021
-
-
Michal Sojka authored
-
Michal Sojka authored
-
Michal Sojka authored
-
- Nov 26, 2021
-
-
Matěj Kafka authored
-
- Nov 25, 2021
-
-
Michal Sojka authored
-
Matěj Kafka authored
It is easier for students to download the whole archive instead of downloading each file separately, so I uploaded the whole archive instead.
-
Michal Sojka authored
Credits: Matěj Kafka
-
- Nov 23, 2021
-
-
Michal Sojka authored
-
Michal Sojka authored
-
- Nov 19, 2021
-
-
Michal Sojka authored
Corrected unistd_32.h 's path to match the latest stable Ubuntu See merge request osy/osy.pages.fel.cvut.cz!25
-
Kopčák, Bohdan authored
-
- Nov 16, 2021
-
-
Michal Sojka authored
-
- Nov 15, 2021
-
-
Michal Sojka authored
-
Michal Sojka authored
-
Michal Sojka authored
Merge branch 'nazarboh-master-patch-10751' of https://gitlab.fel.cvut.cz/nazarboh/osy.pages.fel.cvut.cz
-
Michal Sojka authored
Update info about consulting lab7 See merge request osy/osy.pages.fel.cvut.cz!24
-
- Nov 14, 2021
-
-
Michal Sojka authored
Closes #134
-
Michal Sojka authored
-
Michal Sojka authored
-
Michal Sojka authored
This is to avoid name collision with Linux's brk() when implementing the system call on top of Linux (see next commits).
-
Michal Sojka authored
This should allow compiling some code (e.g. mem_alloc.c for lab11) for multiple platforms, such as NOVA and Linux.
-
- Nov 13, 2021
-
-
Michal Sojka authored
-
Michal Sojka authored
Some distributions (e.g. Debian Bullseye) enable PIE by default, which results in linker warnings: /usr/bin/ld: hello.o: warning: relocation in read-only section `.text' /usr/bin/ld: warning: creating DT_TEXTREL in a PIE Enforce -no-pie to get rid of these warnings.
-
- Nov 12, 2021
-
-
Michal Sojka authored
Without these settings, debugging is quite hard.
-
Michal Sojka authored
-
Michal Sojka authored
-
Michal Sojka authored
-