prasannatsmkumar wrote:Good
> I have removed use of 64-bit functions (minix/u64.h) from usr.bin/top/top.c
You meant int64_t, uint64_t, didn't you?
> and instead of that started using 64-bit data types (long, unsigned long,
BTW: Please do not consider long long for 64-bit operations like the
ones involved here: while it is 64 bits on most platforms these days,
there *are* guarantees some future platform might use 128 bits in the
future, and there is anticipated chaos here; and this is the very reason
why int64_t have been designed.
Antoine
--
You received this message because you are subscribed to the Google Groups "minix3" group.
To post to this group, send email to min...@googlegroups.com.
To unsubscribe from this group, send email to minix3+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/minix3?hl=en.
--
You received this message because you are subscribed to the Google Groups "minix3" group.
To post to this group, send email to min...@googlegroups.com.
To unsubscribe from this group, send email to minix3+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/minix3?hl=en.
I have made further changes based on previous reviews. Please have a look at https://github.com/prasannatsm/Minix_remove_u64/commit/d7ce07181ab4aa6c9e89f37d183169ae42b64088
--
You received this message because you are subscribed to the Google Groups "minix3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/minix3/-/VAWgDT_AaYEJ.
To post to this group, send email to min...@googlegroups.com.
To unsubscribe from this group, send email to minix3+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/minix3?hl=en.
Could anybody explain me how to start contributing to minix...? please. I'm also interested..
--
You received this message because you are subscribed to the Google Groups "minix3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/minix3/-/-QvaXfldv6AJ.
To post to this group, send email to min...@googlegroups.com.
To unsubscribe from this group, send email to minix3+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/minix3?hl=en.