IRC channel logs

2022-11-05.log

back to list of logs

<damo22>youpi: is it correct that i need to change the int stacks to be unique per cpu?
<damo22>ie, they cannot share a single interrupt stack right?
<youpi>damo22: you can't share int stacks
<youpi>since you can have ints happening at the same time on different cpus
<damo22>ok good
<damo22>my current problem is that gnumach switches threads and esp= 0
<damo22>crashes the cpu
<damo22>it crashes soon after slave_main()
<damo22>is entered