Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-03 | 1.1 kB | |
v0.9.1 source code.tar.gz | 2025-05-03 | 530.9 kB | |
v0.9.1 source code.zip | 2025-05-03 | 733.4 kB | |
Totals: 3 Items | 1.3 MB | 0 |
What's Changed
- Add validity check function to list_head and standardize its type declaration by @Galfurian in https://github.com/mentos-team/MentOS/pull/128
- Fix struct vs. typedef naming mismatch by @Galfurian in https://github.com/mentos-team/MentOS/pull/129
- Update vsnprintf, and update memory-related files structure. by @Galfurian in https://github.com/mentos-team/MentOS/pull/130
- Move page related structure and functions inside page.h/.c files. by @Galfurian in https://github.com/mentos-team/MentOS/pull/131
- Move process memory management in its separate set of files. by @Galfurian in https://github.com/mentos-team/MentOS/pull/132
- Move virtual memory mapping routines in the mm subfolder. by @Galfurian in https://github.com/mentos-team/MentOS/pull/133
- Reorganize pgd code. by @Galfurian in https://github.com/mentos-team/MentOS/pull/134
- Fix scanf and fgets behavior on stdin by @Galfurian in https://github.com/mentos-team/MentOS/pull/136
- Release v0.9.1. by @Galfurian in https://github.com/mentos-team/MentOS/pull/138
Full Changelog: https://github.com/mentos-team/MentOS/compare/v0.9.0...v0.9.1