diff --git a/content/commercial_packages/marklogic.md b/content/commercial_packages/marklogic.md new file mode 100644 index 00000000..00153752 --- /dev/null +++ b/content/commercial_packages/marklogic.md @@ -0,0 +1,24 @@ +--- +name: MarkLogic +vendor: Progress +category: Miscellaneous +description: MarkLogic helps unlock the data value, securely achieve data agility, and accelerate insightful decisions. Hence, one can combine data with the metadata in a single service and make smarter decisions faster. +product_url: https://www.progress.com/marklogic +works_on_arm: FALSE +release_date_on_arm: + + +optional_info: + homepage_url: https://www.progress.com/marklogic + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + vendor_announcement: + official_docs: https://www.progress.com/marklogic/documentation + + +optional_hidden_info: + other_info: It's mentioned in the FAQ section that "MarkLogic does not currently support ARM based processors, so AWS Graviton instances are also not supported". Kindly find the same in the 5th question of faq section [here](https://help.marklogic.com/Knowledgebase/Article/View/marklogic-on-aws-faq). + +--- diff --git a/content/opensource_packages/kvm.md b/content/opensource_packages/kvm.md new file mode 100644 index 00000000..2daabef1 --- /dev/null +++ b/content/opensource_packages/kvm.md @@ -0,0 +1,29 @@ +--- +name: KVM +category: Miscellaneous +description: KVM is a virtualization technology that helps a Linux host machine to create and run multiple virtual machines. KVM is a part of the Linux kernel, so it benefits from all Linux updates and fixes. +download_url: https://www.linux-kvm.org/page/Downloads +works_on_arm: true +supported_minimum_version: + version_number: Linux_3.9 + release_date: 2013/04/28 + + +optional_info: + homepage_url: https://docs.kernel.org/virt/kvm/index.html + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://docs.kernel.org/virt/kvm/arm/index.html + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: https://kernelnewbies.org/Linux_3.9#KVM_support_in_ARM_architectures + release_notes__recommended_minimum: + other_info: KVM is a part of Linux Kernel. Kernel introduced KVM support in ARM architectures in version 3.9. + +---