screen
within your terminal. Why don't you type in the who() command. This will give you a little information as to what's going on, and what "screen" you're on, if any. If you're curious as to whether buildworld has finished, top(), or ps() should give you some hints. screen make buildworld
. root@ks3360102:/usr/src # screen make buildworld
[detached]
kpa said:
Running it like that actually exits screen whenbryn1u said:Speaking screen a mean commandscreen make buildworld
.
I want to know how check that my kernel compiled correct without any errors. I can't read it from logs becouse they don't exist.Code:root@ks3360102:/usr/src # screen make buildworld [detached]
make buildworld
is finished. First run screen then, once screen started, run make buildworld
. That way you can always reconnect as screen will keep running when the build is finished.