Earlier quoted context omitted.
You don’t need to use Karabiner for that: keyboard preferences has a modifier keys setting (per keyboard) that achieves this exact remapping with no kernel extensions.
Surprisingly not. You can't re-bind the FN key's function using normal settings. On a 2019 mac pro, catalina, btw, looking at Settings > Keyboard > Modifier Keys...
macOS extensions are moving away from the kernel
101–110 of 149 posts
Re: macOS extensions are moving away from the kernel
#102Re: macOS extensions are moving away from the kernel
#103Earlier quoted context omitted.
"blessed" replacement Why did you use the word Blessed? I'm curious what made your brain choose that word instead of something neutral. Reminds me of "Walled garden" marketing speak instead of "Walled Prison". Edit- is there some sensitive nerve I hit?
> "Walled Prison" I'm curious what made your brain choose that word instead of something neutral.
Re: macOS extensions are moving away from the kernel
#104Earlier quoted context omitted.
You can definitely make snapshots on APFS. It also use checksums for filesystem integrity.
> You can definitely make snapshots on APFS. Apple can. I can’t. Making APFS snapshots requires special entitlements, which they’re not going to give me. > It also use checksums for filesystem integrity. It doesn’t check integrity of the actual data though. But I care about my data.
Or do you want to create an app that performs a snapshot via some API.
Re: macOS extensions are moving away from the kernel
#105Earlier quoted context omitted.
> it is one of their specialities as an OS/platform after all. Apple's been losing ground with creative-types across all industries and areas since their post-2000s peak: the major attitude-adjustment came with the reputational harm that came from the launch-and-downfall of the 2013 Mac Pro. As a wry zinger, I find it ironic that creative-types cannot express their creativity, and especially their individually by way…
And yet Mac sales have never been better: https://www.apple.com/newsroom/2021/04/apple-reports-second-...
Re: macOS extensions are moving away from the kernel
#106Earlier quoted context omitted.
Yes they do, but segmentation is practically non-existent and page tables distinguish only between rings 0 and rings 1-3. So no, they aren't very useful, but they do exist and, AFAIK, they're still checked in "far" control transfers.
It's too bad they have been made useless. I'm not fully sure about this, but I think that if you could have two rings for user code so that applications that want to run untrusted code in a sandbox could run the main application in ring 2 and the sandboxed code in ring 3, you could make the application safe from Spectre attacks from the sandboxed code without giving up performance.
Re: macOS extensions are moving away from the kernel
#107Earlier quoted context omitted.
Virtualization is indeed the last user of the x86-ring 1 that I remember. But it is much easier to put an entire virtualized kernel in a different ring (x86 or ?) than selectively put pieces and parts of one in different rings, which no one does.
> Virtualization is indeed the last user of the x86-ring 1 that I remember. Yes, I know, but I'm referring to hardware virtualization, essentially making "ring -1" "ring 0" and "ring 0" "ring 1".
Re: macOS extensions are moving away from the kernel
#108Earlier quoted context omitted.
I am quite sure that we have been other this several times in HN. The fact that they're no longer going to allow loading of 3rd party kernel modules (a pure political decision) does not a make a microkernel (which is an architectural style). The kernel is still going to be big and monolithic (it contains the entire BSD kernel in the same address space!), and they're still going to be loading Apple-authorized kernel m…
It's an engineering decision : buggy kernel extensions bring down the OS.
Using a USB network adapter (requires for Ethernet on a MacBook) would bring down my system every time the firewall was running. And the stacktraces all included their calls.
I’m sure Apple, like me, got tired of getting reports about a few known bad actors.
Re: macOS extensions are moving away from the kernel
#109Earlier quoted context omitted.
> it is one of their specialities as an OS/platform after all. Apple's been losing ground with creative-types across all industries and areas since their post-2000s peak: the major attitude-adjustment came with the reputational harm that came from the launch-and-downfall of the 2013 Mac Pro. As a wry zinger, I find it ironic that creative-types cannot express their creativity, and especially their individually by way…
And yet Mac sales have never been better: https://www.apple.com/newsroom/2021/04/apple-reports-second-...
Re: macOS extensions are moving away from the kernel
#110Earlier quoted context omitted.
Virtualization is indeed the last user of the x86-ring 1 that I remember. But it is much easier to put an entire virtualized kernel in a different ring (x86 or ?) than selectively put pieces and parts of one in different rings, which no one does.
> Virtualization is indeed the last user of the x86-ring 1 that I remember. Yes, I know, but I'm referring to hardware virtualization, essentially making "ring -1" "ring 0" and "ring 0" "ring 1".
Besides that, hyperv seems make use of it to achieve paravirtulization?