Hello,
Was gone all day so not much progress today.
I have found the problem in the nethostfs has to do with endianess.
For those of you that don't know what this is, it is the way a computer stores numbers
Big to small (Big Endian) Small to big (Little Endian)
So if I store a number like 01DA5802 in memory on a little endian it would be 01DA5802
but on a big endian it would be 0258DA01 a totally different number
So I have to add a bunch of code that figures out which computer it is on and switches it automatically.
That is the status today.
Have a great day.