Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Kirsch
bootOS
Commits
0b1e184c
Commit
0b1e184c
authored
5 years ago
by
Jakob Kirsch
Browse files
Options
Downloads
Patches
Plain Diff
add new interrupt
parent
cdc19181
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
os.asm
+2
-1
2 additions, 1 deletion
os.asm
with
2 additions
and
1 deletion
os.asm
+
2
−
1
View file @
0b1e184c
...
...
@@ -36,7 +36,7 @@ start:
mov
si
,
int_0x20
; SI now points to int_0x20
mov
di
,
0x0020
*
4
; Address of service for int 0x20
mov
cl
,
7
mov
cl
,
8
.load_vec:
movsw
; Copy IP address
stosw
; Copy CS address
...
...
@@ -489,6 +489,7 @@ int_0x20:
dw
save_file
; int 0x24
dw
delete_file
; int 0x25
dw
input_line
; int 0x26
dw
0x7a00
; int 0x27
error_message:
db
0x13
...
...
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