diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7981869 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/ +*.ini diff --git a/README.md b/README.md index 790d71f..0d1d88b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Clipper -Clipper is an operating system kernel I write to learn about kernel development. As of right now, it is more or less following [nanobyte's](https://www.youtube.com/@nanobyte-dev) OS development tutorial. +Clipper is an operating system kernel I write to learn about kernel development. As of right now, it is more or less following the [OSDev wiki](https://wiki.osdev.org) entries and tutorials. My ultimate goal is to create a simple, bootable POSIX-compliant operating system.