eduOS icon indicating copy to clipboard operation
eduOS copied to clipboard

A teaching operating system to get a deeper knowledge in the design of system software

Results 3 eduOS issues
Sort by recently updated
recently updated
newest added

Implemented and tested a simple sleep-function for the first course assignment

``` bash mkdir -p $(DESTDIR)$(tooldir)/lib${MULTISUBDIR} mkdir -p ${DESTDIR}${tooldir}/include/sys ``` was needed because at the time of execution, the destination directory didn't exist yet. I have no idea why this differs...