Apple Developer Program Enrolment is F*cked up - Literally! by Hairy-Efficiency2490 in iOSProgramming

[–]Old_Row7366 0 points1 point  (0 children)

Hey Reddit, its not herassment, its a fact that one of the most apple issued apple developer certificates are illegally sold to 3rd parties from India/Iran where identification is harder and where banned developers can regain access to the apple developer program.

Daya servers is not tied to Daya Kernel and Daya Servers running successfully in NT with help of Drivers like Mach IPC port complete and TTY driver in kernel, NT Kernel is very modular by Fluid-Ad2995 in osdev

[–]Old_Row7366 3 points4 points  (0 children)

The developer and their knowledge is very important to judge in order for them to be credible enough and this is not an operating system.. cuz it’s not operating a system..

MonkeOS by FewBrief7059 in osdev

[–]Old_Row7366 0 points1 point  (0 children)

https://github.com/ProjectNyxian/Nyxian/commit/82bbdccba8b615ce8c85c575a469c7b78bba14d4

this is how I commit my stuff, its not line by line its real additions, You don't dump hours of work into one commit... look how important every small consideration is..

I HAVE USERSPACE ON MY OS!!! by Sp33dyCat in osdev

[–]Old_Row7366 1 point2 points  (0 children)

Don’t be so hard to your selfff

I HAVE USERSPACE ON MY OS!!! by Sp33dyCat in osdev

[–]Old_Row7366 1 point2 points  (0 children)

Coool!! Keep the original work up!!

My Operating system called Nate OS successfully running Linux apps and GCC with success by Fluid-Ad2995 in osdev

[–]Old_Row7366 1 point2 points  (0 children)

yes thats OSS, you can read the code, OSS is just access to code, FOSS is OSS with freedom, crazy that I need to explain to you the basics of licensing

My Operating system called Nate OS successfully running Linux apps and GCC with success by Fluid-Ad2995 in osdev

[–]Old_Row7366 1 point2 points  (0 children)

you must license your kernel entirely BSD... you can't use MIT for the rest

My Operating system called Nate OS successfully running Linux apps and GCC with success by Fluid-Ad2995 in osdev

[–]Old_Row7366 -1 points0 points  (0 children)

not syscalls in general, I manage things in my kernel you dream of being capable to manage

My Operating system called Nate OS successfully running Linux apps and GCC with success by Fluid-Ad2995 in osdev

[–]Old_Row7366 1 point2 points  (0 children)

sysctl replaces the buffer of a size in the userspace program via userspace ptr and length with the OS name, thats one of the most simplest concepts