Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
ros-playground
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
ros-playground
Commits
d1682d21
There was an error fetching the commit references. Please try again later.
Commit
d1682d21
authored
4 years ago
by
Bensong Liu
Browse files
Options
Downloads
Patches
Plain Diff
update doc
parent
5032b47d
No related branches found
No related tags found
1 merge request
!2
X64 MBR mode done.
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
NOTE
+0
-2
0 additions, 2 deletions
NOTE
README.md
+5
-0
5 additions, 0 deletions
README.md
with
6 additions
and
3 deletions
Makefile
+
1
−
1
View file @
d1682d21
...
@@ -5,7 +5,7 @@ bootloader-legacy:
...
@@ -5,7 +5,7 @@ bootloader-legacy:
$(
MAKE
)
-C
bootloader-legacy
$(
MAKE
)
-C
bootloader-legacy
bootloader-uefi
:
bootloader-uefi
:
$(
MAKE
)
-C
bootloader-
legacy
$(
MAKE
)
-C
bootloader-
uefi
kernel
:
kernel
:
$(
MAKE
)
-C
kernel
$(
MAKE
)
-C
kernel
...
...
This diff is collapsed.
Click to expand it.
NOTE
deleted
100644 → 0
+
0
−
2
View file @
5032b47d
dd if=/dev/zero of=out.img bs=512K count=16
VBoxManage convertfromraw out.img out.vdi --format vdi
This diff is collapsed.
Click to expand it.
bootloader-legacy/
README.md
→
README.md
+
5
−
0
View file @
d1682d21
...
@@ -33,4 +33,9 @@ Just used this mode to launch 64bit long mode. No paging enabled.
...
@@ -33,4 +33,9 @@ Just used this mode to launch 64bit long mode. No paging enabled.
0-511Byte : bootloader.img from boot.asm, MBR flag
0-511Byte : bootloader.img from boot.asm, MBR flag
512B - 64KiB : kernel.img. executes from 512Byte first instruction.
512B - 64KiB : kernel.img. executes from 512Byte first instruction.
## works and TODO
Currently, paging for 32bit bootloader not implemented. Not planned.
kernel currently working on both 32bit(without paging) and 64bit mode. But in the future, will work only in 64bit mode.
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