Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Kowalsky
redox
Commits
52fead23
Commit
52fead23
authored
Mar 20, 2018
by
Jeremy Soller
Browse files
Fix build
parent
2b5aa3fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/disk.mk
View file @
52fead23
...
...
@@ -5,6 +5,9 @@ build/bootloader: bootloader/$(ARCH)/**
build/harddrive.bin
:
build/filesystem.bin bootloader/$(ARCH)/**
nasm
-f
bin
-o
$@
-D
ARCH_
$(ARCH)
-D
FILESYSTEM
=
$<
-ibootloader
/
$(ARCH)
/ bootloader/
$(ARCH)
/disk.asm
build/harddrive.bin.gz
:
build/harddrive.bin
gzip
-k
-f
$<
build/livedisk.bin
:
build/kernel_live bootloader/$(ARCH)/**
nasm
-f
bin
-o
$@
-D
ARCH_
$(ARCH)
-D
KERNEL
=
$<
-ibootloader
/
$(ARCH)
/ bootloader/
$(ARCH)
/disk.asm
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment