restructure thread constructor and pagetable
This commit is contained in:
@@ -75,6 +75,7 @@ extern "C" void main() {
|
||||
if(receive(blubb, sizeof(blubb))){
|
||||
write(1, blubb, strlen(blubb), 25, (int)id);
|
||||
write(2, "reply\n", 6);
|
||||
memset(&blubb[10], ' ', 3);
|
||||
itoa(cnt, &blubb[1]);
|
||||
reply(blubb, sizeof(blubb));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user