Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
1
1801_OS_assignment4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
신선
1801_OS_assignment4
Compare revisions
22f2a89006935e535a3f754ee32ac56849444586 to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
tjs/1801_OS_assignment4
Select target project
No results found
master
Select Git revision
Branches
master
1 result
Swap
Target
forjune/1801_OS_assignment4
Select target project
ckai22/1801_OS_assignment4
ChoiMinYoung/1801_OS_assignment4
KwonJongGu/1801_OS_assignment4
JuhyunLee/1801_OS_assignment4
SungHo/1801_OS_assignment4
miinjung/1801_OS_assignment4
sangwon/1801_OS_assignment4
kwanju/1801_OS_assignment4
janghyeonwoong/1801_OS_assignment4
LEEEUNKYUNG/1801_OS_assignment4
jow/1801_OS_assignment4
raonsol/1801_OS_assignment4
nappa/1801_OS_assignment4
hjy0951/1801_OS_assignment4
tnsdud2603/1801_OS_assignment4
leejunmin/1801_OS_assignment4
mjh0208/1801_OS_assignment4
BANG/1801_OS_assignment4
Mongss/1801_OS_assignment4
veatoriche/1801_OS_assignment4
seongheumChoi/1801_OS_assignment4
tjs/1801_OS_assignment4
all4right/1801_OS_assignment4
LimYoungSu/1801_OS_assignment4
Helloworld/1801_OS_assignment4
kh06089/1801_OS_assignment4
KWoodong/1801_OS_assignment4
randfo42/1801_OS_assignment4-1687
leehwijin/1801_OS_assignment4
parkjuwon/1801_OS_assignment4
donghwi/1801_OS_assignment4
rudalseowkd/1801_OS_assignment4
jg7502/1801_OS_assignment4
201420866/1801_OS_assignment4
eunyoung/1801_OS_assignment4
Kimyoungho/1801_OS_assignment4
forjune/1801_OS_assignment4
37 results
22f2a89006935e535a3f754ee32ac56849444586
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
+ Makefile
· 2267735e
HyukSang Kwon
authored
7 years ago
2267735e
+Makefile
· 81530590
HyukSang Kwon
authored
7 years ago
81530590
운영체제 과제4 보고서
· 10d73b0a
신선
authored
7 years ago
10d73b0a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
Makefile
+6
-0
6 additions, 0 deletions
Makefile
alloc.c
+1
-0
1 addition, 0 deletions
alloc.c
alloc.h
+1
-1
1 addition, 1 deletion
alloc.h
main.c
+6
-0
6 additions, 0 deletions
main.c
운영체제_과제4_보고서_201620886_신선.pdf
+0
-0
0 additions, 0 deletions
운영체제_과제4_보고서_201620886_신선.pdf
with
14 additions
and
1 deletion
Makefile
View file @
10d73b0a
main
:
main.c alloc.c
gcc
-w
-g
-O2
$^
-o
$@
.PHONY
:
clean
clean
:
rm
-rf
*
~ main
This diff is collapsed.
Click to expand it.
alloc.c
View file @
10d73b0a
#include
"alloc.h"
This diff is collapsed.
Click to expand it.
alloc.h
View file @
10d73b0a
This diff is collapsed.
Click to expand it.
main.c
View file @
10d73b0a
#include
"alloc.h"
int
main
()
{
return
0
;
}
This diff is collapsed.
Click to expand it.
운영체제_과제4_보고서_201620886_신선.pdf
0 → 100644
View file @
10d73b0a
File added
This diff is collapsed.
Click to expand it.