Changes between Initial Version and Version 1 of Ticket #18071, comment 7
- Timestamp:
- Nov 17, 2022, 4:23:17 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18071, comment 7
initial v1 5 5 You can boot unikernel applications directly on "currently running hardware" or, you can boot them self-contained within a VM. 6 6 7 8 https://en.wikipedia.org/wiki/Unikernel 7 9 It's a wild concept, but represents a desire to get applications closer to bare metal. I think the most "correct" alignment is paravirtualization with the focus being offering a kernel + abi for a single application. 8 10