Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-14239-914332
进击のOS-os
Commits
608f4cde
Commit
608f4cde
authored
3 years ago
by
ZongzhenYang
Browse files
Options
Download
Patches
Plain Diff
submit
parent
0fbffdd6
master
elf
elf-pagecache
preliminary
pthread
purefat32
submit
swap_1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/kernel/initcode.c
+5
-5
src/kernel/initcode.c
with
5 additions
and
5 deletions
+5
-5
src/kernel/initcode.c
+
5
−
5
View file @
608f4cde
...
...
@@ -25,11 +25,11 @@ __attribute__((section(".startup")))
void
main
()
{
memuse
();
// printf("hello world %d\n", 123);
//
run(fs_testcase);
//
run(proc_testcase);
//
run(mm_testcase);
//
run(other_testcase);
run
(
prog_name
);
run
(
fs_testcase
);
run
(
proc_testcase
);
run
(
mm_testcase
);
run
(
other_testcase
);
//
run(prog_name);
memuse
();
for
(;;);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets