Re: Linux Kernel contains only C code?

2018-01-25 Thread Alice Ferrazzi
rl. You can also just find the file extensions with the find command or using git ls-files. find . -type f -name "*.pl" find . -type f -name "*.py" or git ls-files "*.pl" git ls-files "*.py" thanks, Alice -- Thanks, Alice Ferrazzi Gentoo Kernel Project

Re: Qemu+busybox for kernel development

2017-07-02 Thread Alice Ferrazzi
reciated. > We are using this in Gentoo for testing the kernel: https://github.com/gentoo/Gentoo_kernelCI This is how we are calling Qemu: https://github.com/gentoo/Gentoo_kernelCI/blob/master/files/qemu_check.py#L50 -- Thanks, Alice Ferrazzi Gentoo Kernel Project Leader Mail: Alic