Merge into main the new state of the operating system/kernel #1

Open
Nigel wants to merge 120 commits from dev into main
Showing only changes of commit 64c87a2a58 - Show all commits

View File

@ -108,7 +108,7 @@ int isprint (int ch){
return 1; return 1;
if(isspace(ch)) if(isspace(ch))
return 1; return 1;
return 0;
} }