Quickstart target
This commit is contained in:
parent
9fd79ba46e
commit
e27517f523
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -48,6 +48,9 @@ CFLAGS += -I./kern/libkern
|
|||
|
||||
all: kern/kernel.elf
|
||||
|
||||
quickstart:
|
||||
make get_toolchain && bear -- make -j$(nproc) && make qemu
|
||||
|
||||
KERNEL_OBJ := \
|
||||
kern/entry.o \
|
||||
kern/start.o \
|
||||
|
@ -135,4 +138,4 @@ info:
|
|||
|
||||
-include *.d
|
||||
|
||||
.PHONY: all qemu info
|
||||
.PHONY: all qemu info quickstart
|
||||
|
|
Loading…
Add table
Reference in a new issue