2021-11-07 19:23:37

This commit is contained in:
gbaconni
2021-11-07 19:23:37 +01:00
parent 84caa43636
commit 6a8009a4a5
4 changed files with 10 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/11/02 17:47:57 by gbaconni #+# #+# #
# Updated: 2021/11/07 15:51:37 by gbaconni ### lausanne.ch #
# Updated: 2021/11/07 19:19:24 by gbaconni ### lausanne.ch #
# #
# **************************************************************************** #
@@ -16,7 +16,7 @@ RAM = 2048
SSD = 31539
CORES = 2
THREADS = 2
THREADS = 1
SOCKETS = 2
KERNEL = $(shell uname -s)
@@ -138,7 +138,7 @@ debug: qemu
-device scsi-hd,drive=drive0,bus=scsi0.0,channel=0,scsi-id=0,lun=0,bootindex=0 \
-drive id=drive0,index=0,file=${PWD}/data/sda.raw,if=none,media=disk,format=raw,cache=writethrough,discard=unmap \
-nic user,model=virtio \
-netdev user,id=net0,hostfwd=tcp::4242-:4242,hostfwd=tcp::4243-:443,hostfwd=tcp::4244-:80 \
-nic user,hostfwd=tcp::4242-:4242,hostfwd=tcp::4243-:443,hostfwd=tcp::4244-:80 \
-monitor stdio \
-rtc base=localtime,clock=host