summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-13 04:52:17 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-13 04:52:17 +0200
commit39d0c5ad74f69ef368d6f83e4eac575e76060eb4 (patch)
treee38dacc3b42767e8c5d49fda58e26adfe4bdcfa3 /Makefile
parentd7c12c5210ed1545549b9d2b14fb9fb89ce652e2 (diff)
passing grub modules to kernel
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8c50fba..33fa87f 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ ASM_MULTIBOOT_OBJ=$(patsubst %.s, %.o, $(ASM_MULTIBOOT))
############ Final Targets ############
-all: $(FOOLOS) #$(FOOLOS_VDI)
+all: $(FOOLOS) $(FOOLOS_VDI)
new: clean all
run: run-qemu-debug
newrun: clean run
@@ -151,7 +151,8 @@ $(FOOLOS): $(KERNEL_IMG) # $(SUBDIRS)
# vdi image for VirtualBox
$(FOOLOS_VDI): $(FOOLOS)
-rm FoolOS.vdi
- VBoxManage convertfromraw $< $@ --uuid 2f11ca11-c35d-4240-b77e-79e37d32616c
+ #VBoxManage convertfromraw $< $@ --uuid 2f11ca11-c35d-4240-b77e-79e37d32616c
+ VBoxManage convertfromraw ~/temp/FoolOs/disk.img $@ --uuid 2f11ca11-c35d-4240-b77e-79e37d32616c
# run in our local bochs (we need cirrus support for our vesa mode)
run-bochs: all