0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Format files More... about 1 year ago
Fix bug from renamed function. More... about 1 year ago
Format files. More... about 1 year ago
Create a VirtualAddressSpace class. More... about 1 year ago
Format files. More... about 1 year ago
Remove "extern" that was a left over from when the kernel was pure C. More... about 1 year ago
Remove unnecessary "extern" that is a left over from when the kernel was pure C. More... about 1 year ago
Format file. More... about 1 year ago
Format file. More... about 1 year ago
Remove unused function. More... about 1 year ago
Break up io file, and also move some paging functions from the virtual allocator to the physical allocator. More... about 1 year ago
Keep references to the ELF files of running processes in the cache. More... about 1 year ago
Fix bug with notifying listeners when a process quits. More... about 1 year ago
Clean up code. Move Init/Fini helpers into their own class. Add lots of comments. More... about 1 year ago
Remove printed junk. More... about 1 year ago
Delete junk file. More... about 1 year ago
Initial implementation of parsing and loading executables that depend on shared libraries. More... about 1 year ago
Pass flags around instead of bools when releasing virtual memory. Also check that certain operations are page aligned. More... about 1 year ago
Implement syscall to join a child into shared memory. More... about 1 year ago
Fix missing include. More... about 1 year ago
Print free address ranges on page fault. More... about 1 year ago
Update comment. More... about 1 year ago
Fix bug when parsing ELF section header. More... about 1 year ago
Add that lld is needed for linking. More... about 1 year ago
Make device manager wait for loader service to be ready. More... about 1 year ago
Use memory spans for shared memory, also add support for the syscall to join a child process into shared memory. More... about 1 year ago
Load a bunch of needed shared libraries as multiboot modules. More... about 1 year ago
Use memory spans for wrapping multiboot data. More... about 1 year ago
Add a system call to join a child process into shared memory. More... about 1 year ago
Create a memory span class for easier memory manipulation. More... about 1 year ago