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
87645232
Commit
87645232
authored
5 years ago
by
Jakob Kirsch
Browse files
Options
Downloads
Patches
Plain Diff
push while waiting...
parent
04973230
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+3
-3
3 additions, 3 deletions
Makefile
os.asm
+2
-0
2 additions, 0 deletions
os.asm
osall.iso
+0
-0
0 additions, 0 deletions
osall.iso
with
5 additions
and
3 deletions
Makefile
+
3
−
3
View file @
87645232
...
@@ -34,7 +34,8 @@ run: os.img
...
@@ -34,7 +34,8 @@ run: os.img
install
:
install
:
dd
if
=
os.img
of
=
/dev/sdc
dd
if
=
os.img
of
=
/dev/sdc
.PHONY
:
push
.PHONY
:
push
push
:
push
:
clean software
mv
os.img osall.iso
git add
$(
FILES
)
git add
$(
FILES
)
git commit
-m
"
$(
M
)
"
git commit
-m
"
$(
M
)
"
git push
git push
...
@@ -73,8 +74,7 @@ cdimg: os.img
...
@@ -73,8 +74,7 @@ cdimg: os.img
genisoimage
-pad
-b
os.img
-R
-o
cd.img os.img
genisoimage
-pad
-b
os.img
-R
-o
cd.img os.img
.PHONY
:
strip
.PHONY
:
strip
strip
:
os.img
strip
:
os.img
sed
'$ s/\x00*$//'
< os.img
>
tmp.img
python3 strip.py
mv
tmp.img os.img
.PHONY
:
runkvm
.PHONY
:
runkvm
runkvm
:
os.img
runkvm
:
os.img
qemu-system-x86_64
-drive
file
=
$<
,format
=
raw
--enable-kvm
-serial
stdio
qemu-system-x86_64
-drive
file
=
$<
,format
=
raw
--enable-kvm
-serial
stdio
This diff is collapsed.
Click to expand it.
os.asm
+
2
−
0
View file @
87645232
...
@@ -450,6 +450,8 @@ os15:
...
@@ -450,6 +450,8 @@ os15:
cs_command:
cs_command:
mov
si
,
line
+
2
mov
si
,
line
+
2
xor
ax
,
ax
xchg
ax
,
cx
call
xdigit
; Get a hexadecimal digit
call
xdigit
; Get a hexadecimal digit
mov
cl
,
4
mov
cl
,
4
shl
al
,
cl
shl
al
,
cl
...
...
This diff is collapsed.
Click to expand it.
osall.iso
0 → 100644
+
0
−
0
View file @
87645232
File added
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