Skip to content

Commit

Permalink
fix vagrant networking
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschneider committed Jan 4, 2016
1 parent 983eeb5 commit 16570a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Vagrant.configure("2") do |config|
config.vm.box = "archlinux-x86_64"

config.vm.define "arch" do
config.vm.network "private_network", type: "dhcp", ip: "172.28.128.80"
config.vm.box = "archlinux-x86_64"
end
end
Expand Down
2 changes: 1 addition & 1 deletion scripts/stage2.gdb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set disassemble-next-line on
symbol-file target/x86_64-none-elf/release/cor.elf
set arch i386:x86-64
tar rem 10.10.1.1:1234
tar rem 172.28.128.1:1234
set variable resume_boot_marker = 1

0 comments on commit 16570a0

Please sign in to comment.