Commit Graph

13 Commits

Author SHA1 Message Date
3d7cf62b03 page table construction 2025-07-27 11:02:43 +03:00
954a379c2d finish implementation of running multiple processes concurrently (unsafely) 2025-07-23 15:52:18 +03:00
1b45f68095 scheduler 2025-07-23 15:23:45 +03:00
613145e8f6 process control and context switch 2025-07-23 13:45:41 +03:00
af7b8d2851 memory allocation 2025-07-18 21:41:42 +03:00
f9a858c953 exception handler 2025-07-18 19:36:31 +03:00
8fae948c32 implement kernel panic 2025-07-18 12:36:18 +03:00
550a36ba88 add new functions 2025-05-29 23:23:42 +03:00
9d161d1cb5 basic types and memory operations 2025-05-29 22:20:47 +03:00
a05038d700 fix issues 2025-05-25 16:15:26 +03:00
af8cd71f59 create simple kernel in C with a linker script 2025-05-25 14:30:03 +03:00
08488ba1d7 add run script 2025-05-25 13:01:31 +03:00
5ba047d1aa init commit 2025-05-23 22:47:23 +03:00