Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bootloader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
bootloader
Commits
2cefce0a
Commit
2cefce0a
authored
4 years ago
by
Jacob Lorentzon
Browse files
Options
Downloads
Patches
Plain Diff
Add two additional (but set to NULL) kernel args.
parent
60b87c44
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
Add the two additional (but set to NULL) kernel args.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
x86_64/startup-common.asm
+2
-0
2 additions, 0 deletions
x86_64/startup-common.asm
with
2 additions
and
0 deletions
x86_64/startup-common.asm
+
2
−
0
View file @
2cefce0a
...
...
@@ -8,6 +8,8 @@ args:
.stack_size
dq
0
.env_base
dq
0
.env_size
dq
0
.acpi_rsdps_base
dq
0
.acpi_rsdps_size
dq
0
startup:
; enable A20-Line via IO-Port 92, might not work on all motherboards
...
...
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