Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
seL4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panda
seL4
Commits
2f08fce4
Commit
2f08fce4
authored
9 years ago
by
Gerwin Klein
Browse files
Options
Downloads
Patches
Plain Diff
haskell: make latex document build
parent
0b8627b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
haskell/src/SEL4/Kernel/VSpace/ARM.lhs
+4
-3
4 additions, 3 deletions
haskell/src/SEL4/Kernel/VSpace/ARM.lhs
with
4 additions
and
3 deletions
haskell/src/SEL4/Kernel/VSpace/ARM.lhs
+
4
−
3
View file @
2f08fce4
...
...
@@ -75,8 +75,10 @@ Function mapKernelWindow will create a virtialll address space for the initial t
An abstract version looks like:
\begin{verbatim}
allMemory <- doMachineOp getMemoryRegions
mapM_ mapKernelRegion allMemory
\end{verbatim}
However we assume that the result of getMemoryRegions is actually [0,1<<24] and do the following
...
...
@@ -111,9 +113,8 @@ However we assume that the result of getMemoryRegions is actually [0,1<<24] and
>
placeNewObject
(
PPtr
$
fromPPtr
$
head
globalPTs
)
(
makeObject
::
PTE
)
ptSize
>
storePDE
slot
pde
In c-code we need to Detype the armGlobalPagetTable which is c-equvilance to memzero(armKSGlobalPT,1 << PT_SIZE_BITS)
FIXME: We might still need to map vector table
In C code we need to detype the armGlobalPagetTable which is C equivalent to
\verb+memzero(armKSGlobalPT,1 << PT_SIZE_BITS)+
>
mapGlobalsFrame
>
kernelDevices
<-
doMachineOp
getKernelDevices
...
...
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