pika-kernel-manager/data/db_kernel_cachy.json

17 lines
401 B
JSON
Raw Normal View History

2024-06-17 08:59:10 +03:00
{
"latest_version": "6.9.5",
"kernels": [
{
"name": "CachyOS Default Kernel",
"package": "kernel-cachyos",
2024-06-19 21:52:05 +03:00
"description": "CachyOS Kernel with default scheduler.",
2024-06-19 21:59:23 +03:00
"min_x86_march": "3"
2024-06-17 08:59:10 +03:00
},
{
"name": "CachyOS LTS Kernel",
"package": "kernel-cachyos-lts",
2024-06-19 21:52:05 +03:00
"description": "CachyOS Long Term Support Kernel.",
2024-06-19 21:59:23 +03:00
"min_x86_march": "2"
2024-06-17 08:59:10 +03:00
}
]
}