WIP: Introduce Intel 2024, 2025, tasycl and oneMath #3
@ -18,14 +18,14 @@
 | 
				
			|||||||
    "console=ttyS0,115200"
 | 
					    "console=ttyS0,115200"
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  boot.kernelPatches = lib.singleton {
 | 
					  #boot.kernelPatches = lib.singleton {
 | 
				
			||||||
    name = "osnoise-tracer";
 | 
					  #  name = "osnoise-tracer";
 | 
				
			||||||
    patch = null;
 | 
					  #  patch = null;
 | 
				
			||||||
    extraStructuredConfig = with lib.kernel; {
 | 
					  #  extraStructuredConfig = with lib.kernel; {
 | 
				
			||||||
      OSNOISE_TRACER = yes;
 | 
					  #    OSNOISE_TRACER = yes;
 | 
				
			||||||
      HWLAT_TRACER = yes;
 | 
					  #    HWLAT_TRACER = yes;
 | 
				
			||||||
    };
 | 
					  #  };
 | 
				
			||||||
  };
 | 
					  #};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "ehci_pci" "nvme" "usbhid" "sd_mod" ];
 | 
					  boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "ehci_pci" "nvme" "usbhid" "sd_mod" ];
 | 
				
			||||||
  boot.initrd.kernelModules = [ ];
 | 
					  boot.initrd.kernelModules = [ ];
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user