MentOS icon indicating copy to clipboard operation
MentOS copied to clipboard

An educational 32-bit linux-like Operating System, with public bachelor- and master-level course slides.

Results 8 MentOS issues
Sort by recently updated
recently updated
newest added

The file has these statistics: ``` Size : 86020 N. Blocks : 176 Access : (33261/rwxr-xr-x ) Uid: (1000, None) Gid: (1000, None) Access : 2024-03-08 17:21:50 (1709918510) Modify :...

Use a `waitqueue` to suspend the waiting process from execution instead of busy waiting in libc.

enhancement

The ownership of the files under `/` is not correct. Ideally, here is what we should see: - Everything inside `\`, should be owned by `uid=0`; - Everything inside the...

ciao installando il sistema ho creato una cartella build dopo di che ho lanciato '' cmake ..'' ed è andato a buon fine.E poi '' make '' dove mi da...

Mountpoints are not considered as directory entries. The special character devices created and mounted in `/dev` during boot are not reported by `getdents`. ![20240730_15h02m46s_grim](https://github.com/user-attachments/assets/5e9e5c54-d42e-49ba-8ad7-7571412e7f24) I expected `/dev/hda/` mounted during `ata_initialize`...

bug

The function `__kmem_cache_alloc_slab` is currently causing a crash during boot. The problem seems to be related to managing the `slab_freelist`. The full backtrace for the bug is: ```gdb #0 list_head_pop...

bug

Directories are still buggy. I introduced two seperate user `alice` and `bob` in commit [225bcda](https://github.com/fischerling/MentOS/commit/225bcda842de281fdec47da8cc00a1111a93d1ad). This is the first commit where I can reproduce the buggy behavior. This behavior is...