@[email protected] to Programmer [email protected] • 1 year agoYou can certainly change it. But should you?lemmy.mlimagemessage-square60fedilinkarrow-up1544
arrow-up1544imageYou can certainly change it. But should you?lemmy.ml@[email protected] to Programmer [email protected] • 1 year agomessage-square60fedilink
minus-square@[email protected]linkfedilink27•1 year agoI will not tell my kids regular scary stories. I will tell them about embedded systems
minus-squareSuzunelinkfedilink22•edit-21 year agoWhen you program embedded you’ll also dereference NULL pointers at some point. More... Some platforms can have something interesting at memory address 0x0 (it’s often NULL in C).
minus-square@[email protected]linkfedilink2•edit-21 year agoI was thinking about telling them how in embedded systems it’s a good practice to allocate the memory by hand, having in mind the backlog, but yours will come first
minus-square@[email protected]linkfedilink14•1 year agoIn amd64/x86 kernel space you can dereference null as well. My hobby kernel keeps critical kernel structures there XD.
I will not tell my kids regular scary stories. I will tell them about embedded systems
When you program embedded you’ll also dereference
NULL
pointers at some point.More...
Some platforms can have something interesting at memory address
0x0
(it’s oftenNULL
in C).I was thinking about telling them how in embedded systems it’s a good practice to allocate the memory by hand, having in mind the backlog, but yours will come first
In amd64/x86 kernel space you can dereference null as well. My hobby kernel keeps critical kernel structures there XD.