1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finished kernel event handling, ipcbuffer works fine More... about 4 years ago
Added missing updated vcxproj More... about 4 years ago
Added simple, not finished, kernel event More... about 4 years ago
First version of IpcBuffer More... about 4 years ago
Improving Ipc mechanism : we use a buffer pages of fixed size instead of 'message' structures. More... about 4 years ago
Merge branch 'work_fs' More... about 4 years ago
Added file handle in LtFsService, we are able to ask a handle with specific access and share mode to the service More... about 4 years ago
Added little test of program written with Ymir More... about 4 years ago
First working file open in userland bewteen LtInit and LtFs processes ! More... about 4 years ago
Improved debugger, added name to process, sending process name to debugger More... about 4 years ago
Fixed error in stasktrace debug function More... about 4 years ago
Update README.md More... over 4 years ago
Update README.md More... over 4 years ago
Fixed basic blocks merging in kernel heap allocator More... over 4 years ago
We flush the TLB when a page directory/table entry is modified More... over 4 years ago
Fixed error in ListEnumerate() More... over 4 years ago
Fixed #1 : EnumerateList() can be stopped by returning a KeStatus More... over 4 years ago
Fixed warnings, all heap allocation sizes are a multiple of 4 More... over 4 years ago
Avancemennnnt More... over 4 years ago
Added thread priority levels, and raise/lower related syscalls in kernel and userland More... over 4 years ago
work fix fs More... over 4 years ago
The error codes are now converted into string in userland log message More... over 4 years ago
The error codes are now converted into string in kernel log messages More... over 4 years ago
Working on the file system and a std lib to use it More... over 4 years ago
Added simple kernel handle manager, fix #5 More... over 4 years ago
Added a simple ext2 file system manager More... over 4 years ago
Added a logger in userland More... over 4 years ago
Fixed warning More... over 4 years ago
Added page fault handling, we are now are to reserve an area of virtual memory in a process without reserving immediately the physical pages More... over 4 years ago
Beginning of a file system and init services, added simple userland ipc library More... over 4 years ago