summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthewsot@outlook.com>2022-05-13 13:50:54 -0700
committerMatthew Sotoudeh <matthewsot@outlook.com>2022-05-13 13:50:54 -0700
commit8c6cb5241097f2943bfe8e69d97371fc1f16cc9c (patch)
tree5f507a7868b5068bae713c2a2dcfd21a73e77ad1
parentcee692705740c25a749cfbf76834353ea616e93a (diff)
a todo
-rw-r--r--kern/kern.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/kern.c b/kern/kern.c
index 1c05190..9f4c978 100644
--- a/kern/kern.c
+++ b/kern/kern.c
@@ -52,6 +52,7 @@ void kernel_start() {
proc_t *p_pidos_1 = proc_new(&_binary_pidos_bin_start, (size_t) (&_binary_pidos_bin_end - &_binary_pidos_bin_start));
proc_new(&_binary_pidos_bin_start, (size_t) (&_binary_pidos_bin_end - &_binary_pidos_bin_start));
+ // TODO/NOTE(masot): Currently, proc_run enables IRQs
proc_run(p_pidos_1);
reboot();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback