Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
redox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
redox
Commits
92ed5c09
Commit
92ed5c09
authored
1 year ago
by
Jeremy Soller
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'master'
Fix running qemu with aarch64 on MacOS See merge request
!1332
parents
abe631aa
025cf84c
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1332
Fix running qemu with aarch64 on MacOS
Pipeline
#12020
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mk/qemu.mk
+4
-0
4 additions, 0 deletions
mk/qemu.mk
with
4 additions
and
0 deletions
mk/qemu.mk
+
4
−
0
View file @
92ed5c09
...
...
@@ -108,6 +108,10 @@ ifeq ($(UNAME),Linux)
endif
endif
ifeq
($(UNAME),Darwin)
QEMUFLAGS
+=
-cpu
$(
QEMU_CPU
)
endif
ifeq
($(UNAME),Linux)
$(BUILD)/extra.img
:
fallocate
--posix
--length
1G
$@
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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