forked from AppLoidx/os_labs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Pokid
committed
Nov 2, 2020
0 parents
commit 1e15a39
Showing
6 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Правила именования директорий с лабораторными | ||
|
||
Pull request'ы следует добавлять в директорию с номером своей группы, helios логином и "lab{номер_лабораторной}" | ||
|
||
То есть пользователь с логином s100500 из группы P1234 заливающий первую лабораторную работу должен добавить свой проект в директорию P1234/s100500/lab1/ | ||
|
||
# Требования к коду | ||
|
||
1. Код должен иметь makefile и собираться с использованием gcc или clang. | ||
2. Сборка должна выполняться с включенными флагами компиляции `-Wall -Werror -Wpedantic`. | ||
3. Скрипты system tap и другие вспомогательные скрипты также следует сложить рядом с кодом в директорию `scripts` | ||
4. Отчет с замерами и результатами следует поместить в директорию `reports` |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.