| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | add kernel-rs | Gustav Sörnäs | 2020-11-24 |
| | | |||
| * | Patched the loader for newer GCC on Ubuntu 19.10. | Filip Strömbäck | 2020-03-31 |
| | | | | | | | | | | | | It seems like the linker now splits sections in pieces that may be smaller than a page, causing the loader to try to load the same page multiple times and fail. Now, offsets are handled properly, and loading of the new kind of files work properly. If the first part of the page is read only, and the second is read-write, then the entire page will not be read-write, which could cause issues. At the moment, it seems this only happens for the text section, which is read only anyway, so it should not be a big issue in the near future at least. Signed-off-by: Filip Strömbäck <filip.stromback@liu.se> | ||
| * | Added test for correct parameters to SYS_WRITE. | Filip Stromback | 2016-05-04 |
| | | | | | Signed-off-by: Filip Strömbäck <filip.stromback@liu.se> | ||
| * | comment spelling correction | klaar36 | 2016-05-04 |
| | | |||
| * | Included init.h for power_off() in process.c | Anton S | 2016-04-29 |
| | | |||
| * | Improved spelling in flist.h | Filip Stromback | 2016-04-15 |
| | | |||
| * | updated comment regarding per-process open file table | klaar36 | 2016-04-13 |
| | | |||
| * | Added .gitignore files | klaar36 | 2015-03-20 |
| | | |||
| * | Initial Pintos | klaar36 | 2015-03-20 |
