Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
abinade2
kernel
Commits
9e84986a
Commit
9e84986a
authored
7 years ago
by
arthur
Browse files
Options
Downloads
Patches
Plain Diff
minor error
parent
cb5848ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
student-distrib/pit.h
+4
-0
4 additions, 0 deletions
student-distrib/pit.h
student-distrib/scheduler.h
+3
-0
3 additions, 0 deletions
student-distrib/scheduler.h
with
7 additions
and
0 deletions
student-distrib/pit.h
+
4
−
0
View file @
9e84986a
...
@@ -5,3 +5,7 @@
...
@@ -5,3 +5,7 @@
#define FREQUENCY 1193182
#define FREQUENCY 1193182
#define CHANNEL_0 0x40
#define CHANNEL_0 0x40
#define CMD_REG 0x43
#define CMD_REG 0x43
pcb_t
*
get_pcb
(
uint32_t
pid
);
void
scheduler
(
void
);
This diff is collapsed.
Click to expand it.
student-distrib/scheduler.h
+
3
−
0
View file @
9e84986a
...
@@ -4,3 +4,6 @@
...
@@ -4,3 +4,6 @@
pcb_t
*
get_pcb
(
uint32_t
pid
);
pcb_t
*
get_pcb
(
uint32_t
pid
);
int32_t
remap_proc
(
int32_t
pid
);
int32_t
remap_proc
(
int32_t
pid
);
extern
void
scheduler
(
void
);
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