Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
advanced_computer_architecture
vagrant
Commits
e08e2fc1
Commit
e08e2fc1
authored
Mar 02, 2016
by
michael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
userconfig angepasst
parent
9cec42c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
README.md
README.md
+4
-4
userconfig.sh
userconfig.sh
+3
-1
No files found.
README.md
View file @
e08e2fc1
...
...
@@ -17,8 +17,8 @@
vagrant ssh
## TODO:
-
[
]
m5term kompilieren, umgebungsvariable setz
en
-
[
]
repositories klonen ?
-
[x] beim Einrichten git installieren
?
-
[
x
]
exercises repository klon
en
-
[
x
]
m5term kompilieren, umgebungsvariable setzen
-
[x] beim Einrichten git installieren
-
[x] full system files runterladen, entpacken, M5_PATH setzen
-
[x] arm-cross-compiler installieren
\ No newline at end of file
-
[x] arm-cross-compiler installieren
userconfig.sh
View file @
e08e2fc1
...
...
@@ -3,7 +3,9 @@
cd
$HOME
ca_dir
=
"
${
HOME
}
/advanced_computer_architecture"
mkdir
-p
advanced_computer_architecture
mkdir
-p
$ca_dir
cd
$ca_dir
git clone git@atreus.informatik.uni-tuebingen.de:advanced_computer_architecture/exercises.git
cd
$HOME
if
[
!
-d
gem5
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment