From 3fcf27e8678752847d2265a0c01d1bc86e3aecac Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sat, 20 Nov 2021 12:17:08 +0000 Subject: [PATCH] wip notice and publish the post --- _posts/2021-11-06-linux-contribution.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/2021-11-06-linux-contribution.md b/_posts/2021-11-06-linux-contribution.md index 2df9b2d..57305be 100644 --- a/_posts/2021-11-06-linux-contribution.md +++ b/_posts/2021-11-06-linux-contribution.md @@ -5,9 +5,11 @@ date: 2021-11-06 00:00:00 permalink: first-linux-contribution/ categories: programming author: Mahdi -published: false +published: true --- +_*This post is under construction. I am in the process of trying to contribute to the Linux Kernel. This post is not finished and will get updated as I go*_ + I use a MacBook Pro (mid-2014) with macOS, so I need to have a virtual machine for running a linux system with my kernel. I will also be doing the coding on this linux virtual machine as building the kernel is easier in a linux system than macOS. # Setting up the Virtual Machine (Archlinux)