pika-kernel-manager/data/db_kernel_cachy.json

17 lines
397 B
JSON
Raw Normal View History

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