IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
alfredoh1234-sandbox
riscv_vm
Commits
db802510
Unverified
Commit
db802510
authored
Sep 09, 2019
by
Alfredo
Committed by
GitHub
Sep 09, 2019
Browse files
Create riscv_vm_win10_install.bat
parent
06b3c741
Changes
1
Hide whitespace changes
Inline
Side-by-side
riscv_vm_win10_install.bat
0 → 100644
View file @
db802510
::------------------------------------------------------------------------------
:: Copyright (c) 2019 BTA Design Services Inc.
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS,
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
:: See the License for the specific language governing permissions and
:: limitations under the License.
::------------------------------------------------------------------------------
:: Author: Alfredo Herrera (aherrera@btadesignservices.com)
::---
:: This script installs the necesary files to run riscv_vm on a Windows host.
:: This script must me run from a windows cmd.exe windows in admin-mode
::------------------------------------------------------------------------------
ECHO
============================
ECHO
ENABLE
TELNET
ECHO
============================
dism
/online /Enable-Feature /FeatureName
:TelnetClient
ECHO
============================
ECHO
CHOCOLATEY
INSTALL
MANAGER
ECHO
============================
@
"
%SystemRoot%
\System32\WindowsPowerShell\v1.0\powershell.exe"
-NoProfile -InputFormat
None
-ExecutionPolicy
Bypass
-Command
"iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))"
&&
SET
"PATH=
%PATH%
;
%ALLUSERSPROFILE%
\chocolatey\bin"
ECHO
============================
ECHO
INSTALL
TOOLS
ECHO
============================
choco
install
git
vcxsrv
wget
wget
https
://download.virtualbox.org/virtualbox/6.0.10/VirtualBox
-
6
.0.10
-
132072
-Win
.exe
wget
https
://download.virtualbox.org/virtualbox/6.0.10/Oracle_VM_VirtualBox_Extension_Pack
-
6
.0.10.vbox
-extpack
ECHO
"Installer download directory for Virtualbox is:"
dir
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