summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authordzwdz2024-05-05 15:20:33 +0200
committerdzwdz2024-05-05 15:20:33 +0200
commit1e9887d904280c43c5a92570a07627689c89b48f (patch)
tree92a93a7e4bfd9da3ff7e9b09f83579f360340ce9 /boot
parentd7e389ae21685dda6ef6619cbd3c64ad2db149b4 (diff)
net: expose the rtl mac to userland, make the netstack use it
Diffstat (limited to 'boot')
-rwxr-xr-xboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot b/boot
index aa5f8c7..4980276 100755
--- a/boot
+++ b/boot
@@ -12,7 +12,7 @@ QFLAGS="-no-reboot -m 1g -gdb tcp::12366 $(disk out/boot.iso) $(disk out/fs.e2)
QEMU=qemu-system-x86_64
QDISPLAY="-display none"
-QNET="-nic user,model=rtl8139,mac=52:54:00:ca:77:1a,net=192.168.0.0/24,hostfwd=tcp::12380-192.168.0.11:80,id=n1"
+QNET="-nic user,model=rtl8139,net=192.168.0.0/24,hostfwd=tcp::12380-192.168.0.11:80,id=n1"
QKVM="-enable-kvm"
QTTY="-serial mon:stdio"