sora-blue

Results 4 issues of sora-blue

If A equals 6, then it happens to be 8 + 4 + 12 = 24 bytes before "long u", which fits the alignment. Then it would be "addq 24(%rsi),...

It confused me a lot that materials were replaced by the first selected one, until I found that textures were packed into .blend file , and that I should follow...

enhancement

问题段落:https://xiaolincoding.com/os/4_process/process_commu.html#%E4%BF%A1%E5%8F%B7%E9%87%8F ``` // pseudo code from https://www.scaler.com/topics/operating-system/semaphore-in-os/ P(semaphore){ if semaphore is greater than 0 then decrement semaphore by 1 } V(semaphore){ increment semaphore by 1 } ``` 信号量应该始终是一个非负值,不存在等于-1的情况 [man7.org关于sem_wait()的说明](https://man7.org/linux/man-pages/man3/sem_wait.3.html) >...

Example: ```plantuml partition a { --> "one line\ \nyet another" --> "color of this part will be brown" --> "yet plantuml previewer will work" } ```