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
eb3de286
Commit
eb3de286
authored
8 years ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Remove PIC initialization
parent
7639aef3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
x86_64/initialize.asm
+0
-23
0 additions, 23 deletions
x86_64/initialize.asm
x86_64/startup-common.asm
+0
-4
0 additions, 4 deletions
x86_64/startup-common.asm
with
0 additions
and
27 deletions
x86_64/initialize.asm
+
0
−
23
View file @
eb3de286
...
...
@@ -53,26 +53,3 @@ initialize:
;or al, 0x40
;out 0x71, al
ret
.pic:
;sets up IRQs at int 20-2F
mov
al
,
0x11
out
0x20
,
al
out
0xA0
,
al
mov
al
,
0x20
;IRQ0 vector
out
0x21
,
al
mov
al
,
0x28
;IRQ8 vector
out
0xA1
,
al
mov
al
,
4
out
0x21
,
al
mov
al
,
2
out
0xA1
,
al
mov
al
,
1
out
0x21
,
al
out
0xA1
,
al
xor
al
,
al
;no IRQ masks
out
0x21
,
al
out
0xA1
,
al
mov
al
,
0x20
;reset PIC's
out
0xA0
,
al
out
0x20
,
al
ret
This diff is collapsed.
Click to expand it.
x86_64/startup-common.asm
+
0
−
4
View file @
eb3de286
...
...
@@ -86,10 +86,6 @@ finished_loading:
call
printrm
call
initialize.pit
mov
si
,
init_pic_msg
call
printrm
call
initialize.pic
mov
si
,
startup_arch_msg
call
printrm
...
...
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