Commit Graph

19 Commits

Author SHA1 Message Date
f63237939b Get stdio/vfs/devfs/vga driver/initrd driver working! 2020-08-23 08:22:14 -05:00
d9a01fdbda Add RPC support 2020-08-02 14:37:23 -05:00
0522941a1d Remove tasking functions for RPC that sneaked in in a previous commit 2020-07-30 20:13:40 -05:00
06fde84fc8 Tasking code cleanup 2020-07-30 10:09:47 -05:00
345df6fbdf Fix bug where tasking was still kmallocing process structures 2020-07-30 10:07:41 -05:00
6d418b242f Add a function to schedule a thread 2020-07-30 10:07:41 -05:00
d4fa7974b7 Creating a process/thread now always has parameters 2020-07-30 10:07:30 -05:00
870f26d5e9 cr3 is now not used as a generic term for "address space" 2020-07-29 07:27:12 -05:00
37a50cee2d Processes are now a fixed size array and not done by kmalloc 2020-07-28 19:21:14 -05:00
81cfefe0e5 fix more naming convention issues 2020-07-28 06:50:26 -05:00
9727f0bbfa Fix allowing unblocking of exited/ready/running threads 2020-07-27 18:01:24 -05:00
5a7ae83e8a fix tasking bug with linking a thread onto the ready to run list 2020-07-27 17:58:49 -05:00
b83a5505c3 Fix naming convention deviations 2020-07-25 18:00:53 -05:00
ee7ce4dabe Add kernel documentation 2020-07-25 16:54:37 -05:00
a2756266f0 Remove unnecessary uints 2020-07-23 11:50:23 -05:00
af4233e968 Remove load_smap from paging.h 2020-07-22 21:28:00 -05:00
ea574dbf23 Kernel stack setup is now platform-dependent 2020-07-22 19:54:33 -05:00
06ca0a5913 Sort includes 2020-07-22 19:35:23 -05:00
eef40edb3f Portability work 2020-07-22 19:26:55 -05:00