Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS452 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
Package Registry
Container 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
Franklin Kaifeng Zheng
CS452 Kernel
Merge requests
!62
Hh6chen dijkstras with reverse
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Hh6chen dijkstras with reverse
hh6chen-dijkstras-with-reverse
into
main
Overview
0
Commits
11
Pipelines
0
Changes
6
Merged
Harrison Chen
requested to merge
hh6chen-dijkstras-with-reverse
into
main
1 year ago
Overview
0
Commits
11
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Viewing commit
9487241f
Prev
Next
Show latest version
6 files
+
143
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
9487241f
merge franklins code
· 9487241f
Harrison
authored
1 year ago
user/bootstrap.c
+
3
−
3
Options
@@ -23,9 +23,8 @@ void test_cts() {
}
void
test_dijkstra_tc2_blocks_properly
()
{
init_track
(
'a'
);
// set_path2(74, 20, 0); // B5
// set_path2(78, 42, 0); // C11
// set_path2(24, 1, 0); // A2
// set_path2(78, 30, 0); // A2
}
// IMPORTANT!!!! THIS DOESN'T TURN SOLENOID OFF!!!!
@@ -102,6 +101,7 @@ void test_reservation_task() {
}
void
bootstrap_tc1
()
{
init_track
(
'a'
);
Create
(
0
,
name_server
);
Create
(
0
,
clock_server
);
Create
(
0
,
clock_notifier
);
Loading