Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SteveOS
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Stephen D
SteveOS
Commits
25a121a6
Commit
25a121a6
authored
6 years ago
by
Stephen D
Browse files
Options
Downloads
Patches
Plain Diff
Removed old video commented code
parent
1caedecd
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
boot/bootsect2.asm
+0
-15
0 additions, 15 deletions
boot/bootsect2.asm
with
0 additions
and
15 deletions
boot/bootsect2.asm
+
0
−
15
View file @
25a121a6
...
...
@@ -11,21 +11,6 @@
mov
es
,
ax
mov
ss
,
ax
;//mov ax, 0x4F02 ;VBE mode
;//mov bx, 0x4116 ;1280x1024x24 TODO: Query BIOS to find out supported modes
;//int 0x10 ; switch to VGA 640x480
;//cmp ax, 0x004F ; test for error
;//jne error
;Get VBE mode
;//mov esi, 0
;//mov di, VBE_INFO
;//mov ax, 0x4f01
;//mov cx, 0x4116 ;Redundant for now
;//int 0x10
;//cmp ax, 0x004F ; test for error
;//jne error
mov
bx
,
MSG_REAL_MODE
call
print
...
...
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