(no title)
quietplatypus | 9 years ago
I'm not too familiar with OS as a subject, but is the separation between user and kernel mode similar to high-level language versus assembly; i.e., the approach they took was to emulate the Linux kernel, which is sort of like a virtual machine. But I imagine emulating a kernel is harder, right? Because of all the stuff that goes on?
And in general, would kernel emulation be a performant approach for running userspace of any OS in any other OS?
gpvos|9 years ago
WorldMaker|9 years ago
quietplatypus|9 years ago
gpvos|9 years ago
It can come close to the host OS, but that requires a lot of work.
quietplatypus|9 years ago