Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
redox
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emanuele Antonio Faraone
redox
Commits
52fead23
Commit
52fead23
authored
6 years ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Fix build
parent
2b5aa3fb
No related branches found
Branches containing commit
Tags
0.3.5
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mk/disk.mk
+3
-0
3 additions, 0 deletions
mk/disk.mk
with
3 additions
and
0 deletions
mk/disk.mk
+
3
−
0
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
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment