1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-01-27 20:37:36 +00:00

obsolent cmdline param "--arb" removed

This commit is contained in:
Joerg Hoppe
2019-12-07 18:34:54 +01:00
parent 4af9053d94
commit 8ec0638b7e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
# and executes a "Hello world" on a physical DL11 card
# Main PDP-1120 must be HALTed
cd ~/10.03_app_demo/5_applications/cpu
~/10.03_app_demo/4_deploy/demo --arb 0 --verbose --cmdfile cpu20hello.cmd
~/10.03_app_demo/4_deploy/demo --verbose --cmdfile cpu20hello.cmd

View File

@@ -2,5 +2,5 @@
# and executes a "Hello world" on an emualted DL11 card
# Main PDP-1120 must be HALTed
cd ~/10.03_app_demo/5_applications/cpu
~/10.03_app_demo/4_deploy/demo --arb 0 --verbose --cmdfile cpu20hellodl11.cmd
~/10.03_app_demo/4_deploy/demo --verbose --cmdfile cpu20hellodl11.cmd