A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
This pull request adds a .editorconfig file to help contributors adhere to the coding guidelines.
It also changes the shebang line of the src/Build/Setup.sh script from #!/bin/bash to the more portable #!/usr/bin/env bash. That should allow it to work on macOS and other unix-like systems to run flawlessly.
This pull request adds a
.editorconfig
file to help contributors adhere to the coding guidelines. It also changes the shebang line of thesrc/Build/Setup.sh
script from#!/bin/bash
to the more portable#!/usr/bin/env bash
. That should allow it to work on macOS and other unix-like systems to run flawlessly.Signed-off-by: Splitty splittydev@gmail.com