Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kernel
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
kernel
Merge requests
!278
Share some more code between x86 and x86_64
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Share some more code between x86 and x86_64
bjorn3/kernel:more_x86_sharing
into
master
Overview
0
Commits
9
Pipelines
0
Changes
23
Merged
bjorn3
requested to merge
bjorn3/kernel:more_x86_sharing
into
master
1 year ago
Overview
0
Commits
9
Pipelines
0
Changes
23
Expand
Continuation of
!273 (merged)
0
0
Merge request reports
Activity
All activity
Filter activity
Deselect all
Approvals
Assignees & reviewers
Comments (from bots)
Comments (from users)
Commits & branches
Edits
Labels
Lock status
Mentions
Merge request status
Tracking
Please
register
or
sign in
to reply
Feb 25, 2024
Share bootstrap_mem between all archs
· 449abb89
bjorn3
authored
1 year ago
449abb89
Share idt.rs between x86 and x86_64
· e23f0ed6
bjorn3
authored
1 year ago
e23f0ed6
Unify cpuid between x86 and x86_64 and don't return an Option
· f92b4c96
bjorn3
authored
1 year ago
Systems without cpuid support aren't supported anyway.
f92b4c96
Share the functions in interrupt/mod.rs between x86 and x86_64
· eecfbb19
bjorn3
authored
1 year ago
eecfbb19
Share interrupt/ipi.rs between x86 and x86_64
· fbe2980b
bjorn3
authored
1 year ago
fbe2980b
Share interrupt/trace.rs between x86 and x86_64
· 62614db9
bjorn3
authored
1 year ago
62614db9
Fix typo in irq.rs
· c1d0c11a
bjorn3
authored
1 year ago
c1d0c11a
Remove unused interrupt handler
· 3610dd7e
bjorn3
authored
1 year ago
3610dd7e
Reduce the difference of idt.rs between x86 and x86_64
· e9e3b448
bjorn3
authored
1 year ago
e9e3b448
Loading