• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 28th, 2023

help-circle


  • But we can agree that there are upper and lower limits though. And I believe that we can now agree that system utilities and system libraries are outside of that limit. Just because the edge are fuzzy, don’t mean we can’t come to any conclusions at all.

    Any now stepping way way back. I think we can now agree that Fedora, Ubuntu and other distros run the same operating system. That operating system being Linux.



  • You’re gunna do you and use your own definitions and I respect that. But the first line from the page is

    Debian GNU/kFreeBSD is a port that consists of GNU userland using the GNU C library on top of FreeBSD’s kernel, coupled with the regular Debian package set.

    It is literally GNU userland using the GNU C library on top of FreeBSD’s kernel, coupled with the regular Debian package set

    You can say Debian GNU/kFreeBSD is BSD system tools with a Linux kernel but you would be evidently and clearly wrong.

    Anyways. I wish you well. Best of luck.



  • But it literally is the same. The only difference is the user space. Debian GNU/kFreeBSD shows this. Different operating system same user space.

    Take a look at Wikipedia for more info.

    An operating system (OS) is system software that manages computer hardware and software resources, and provides common services for computer programs. Time-sharing operating systems schedule tasks for efficient use of the system and may also include accounting software for cost allocation of processor time, mass storage, peripherals, and other resources.


  • I mean they are all literally the same operating system yah! They all use the same kernel APIs.

    The logical conclusion is that from an operating system they are all basicly the same.

    The main difference is the user space. The package management and defaults.

    Look at Debian GNU/kFreeBSD it’s a whole different operating system with the Debian user space. It’s cool stuff and really highlights the difference between operating system and user space.


  • Hot take. Under semantic versioning everything after vista has been in essence a new version of vista.

    Going from NT 5.x to 6.x was a major jump.

    The reason why Vista had no/terrible drivers was because they went from an insecure one driver bug crashed the whole system model to more secure isolated drivers that don’t crash the whole system model. Developers had to learn how to write new drivers and none of the XP drivers worked.

    They went from a single user OS with a multi user skin on top, to a full role based access control user system.

    They went from global admin/non-admin permissions to scoped UAC permissions for apps.

    Remember on Vista when apps constantly had that “asking for permissions” popup? That was the apps not using the 6.x UAC APIs.

    Given the underlying architectural situation everything since Vista has been vista with polish added (or removed depending on how you look at it)

    Things will go beyond vista when a new major release with new mandatory APIs shows up.