Fan-of-spyshelter
Level 2
- Sep 21, 2022
- 72
Be careful with open source soft,
if you read the Eula, there owner says they are not responsible in any sort of damages and that you use the soft in your own risk, that is the black point of open source software, with copyrighted soft you don't have this responsibility on your own, you are more protected. for my purpose i trust open source soft, only for none system operation in the windows or mac folder, because if the kernel it self is open source, it's very dangerous because you can not secure your physical drivers (CPU), the admin right goes to the creator of the OS, open source soft are like a deep virtual machine controlling your mother board component.
Also, in my knowledge it's not possible to have an open source kernel even for government, it does not exist, all kernel even UNIX are copyrighted but the copyright is it self encrypted, so i believe the danish gov want to spy on there citizens, not with a kernel but a micro kernel : Microkernels very different from a kernel.
The only real open source OS kernel is here : GitHub - torvalds/linux: Linux kernel source tree (verified a million times by experts in securty technology and lots of contributors (around 20.000)
no backdoor nothing that can harm your physical drivers (LKML: Linus Torvalds: Re: [GIT PULL] usercopy whitelisting for v4.15-rc1).
if somebody want to hear more :
if you read the Eula, there owner says they are not responsible in any sort of damages and that you use the soft in your own risk, that is the black point of open source software, with copyrighted soft you don't have this responsibility on your own, you are more protected. for my purpose i trust open source soft, only for none system operation in the windows or mac folder, because if the kernel it self is open source, it's very dangerous because you can not secure your physical drivers (CPU), the admin right goes to the creator of the OS, open source soft are like a deep virtual machine controlling your mother board component.
Also, in my knowledge it's not possible to have an open source kernel even for government, it does not exist, all kernel even UNIX are copyrighted but the copyright is it self encrypted, so i believe the danish gov want to spy on there citizens, not with a kernel but a micro kernel : Microkernels very different from a kernel.
Parameters | Microkernel | Monolithic kernel (Microsoft steal the technology of Linus Torvald) |
---|---|---|
Address Space | In microkernel, user services and kernel services are kept in separate address space. | In monolithic kernel, both user services and kernel services are kept in the same address space. |
Design and Implementation | OS is complex to design. | OS is easy to design and implement. |
Size | Microkernel are smaller in size. | Monolithic kernel is larger than microkernel. |
Functionality | Easier to add new functionalities. | Difficult to add new functionalities. |
Coding | To design a microkernel, more code is required. | Less code when compared to microkernel |
Failure | Failure of one component does not effect the working of micro kernel. | Failure of one component in a monolithic kernel leads to the failure of the entire system. |
Processing Speed | Execution speed is low. | Execution speed is high. |
Extend | It is easy to extend Microkernel. | It is not easy to extend monolithic kernel. |
Communication | To implement IPC messaging queues are used by the communication microkernels. | Signals and Sockets are utilized to implement IPC in monolithic kernels. |
Debugging | Debugging is simple. | Debugging is difficult. |
Maintain | It is simple to maintain. | Extra time and resources are needed for maintenance. |
Message passing and Context switching | Message forwarding and context switching are required by the microkernel. | Message passing and context switching are not required while the kernel is working. |
Services | The kernel only offers IPC and low-level device management services. | The Kernel contains all of the operating system's services. |
Example | Example : Mac OS. | Example : Microsoft Windows 95. |
The only real open source OS kernel is here : GitHub - torvalds/linux: Linux kernel source tree (verified a million times by experts in securty technology and lots of contributors (around 20.000)
no backdoor nothing that can harm your physical drivers (LKML: Linus Torvalds: Re: [GIT PULL] usercopy whitelisting for v4.15-rc1).
if somebody want to hear more :