stnKrisna
stnKrisna
Not with Qemu. It shutdown properly. Ill try again later at home
Well, I can't tell you because its in assembly, but you can view the code in `kernel/inc/assemblyFunctions.c` under the `shutdown()` function
I'll check this later. PC and laptop (VM) are on a scheduled maintenance (virus scan and malware scan) and its 12:16 AM in my country, plus I have class at...
So, I accidentally typed `0+0.25` and the result it returns is `0.7`. And `2+0.25` returns `2.70000008`. So, I think it has something to do with floating point rounding (tested with...
@ralfbrown Sounds good! What I've been thinking is to multiply the raster mask with the mask generated by drawn and/or parametric mask. Can you point me to the function that...
@ralfbrown It took me a while to implement this. But I got a working prototype. Also, as of now, I don't think any of the mask operations are working. The...
Implementing the `_raster_get_mask_roi` fixed some of the issues. Raster "shape" and drawn mask is now intersecting as expected.