diff --git a/README.md b/README.md index a5f85b6..67b46a4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you're interested in how the project is organized at a higher level, please c ## Our PoC team ❤️ Developers -| [
Lou Onézime](https://github.com/louonezime) | [
Séphorah Aniambossu](https://github.com/sephorah) | [
Laurent Gonzales](https://github.com/lg-epitech) | [
Luc Simon](https://github.com/SIMLUKE) | [
Mounia Arjdal](https://github.com/moonia) +| [
Lou Onézime](https://github.com/louonezime) | [
Séphorah Aniambossu](https://github.com/sephorah) | [
Laurent Gonzalez](https://github.com/lg-epitech) | [
Luc Simon](https://github.com/SIMLUKE) | [
Mounia Arjdal](https://github.com/moonia) | :---: | :---: | :---: | :---: | :---: | @@ -64,4 +64,4 @@ Organization > 🚀 Don't hesitate to follow us on our different networks, and put a star 🌟 on `PoC's` repositories -> Made with ❤️ by PoC \ No newline at end of file +> Made with ❤️ by PoC diff --git a/build/boot/grub/grub.cfg b/build/boot/grub/grub.cfg deleted file mode 100644 index cf4fa2c..0000000 --- a/build/boot/grub/grub.cfg +++ /dev/null @@ -1,3 +0,0 @@ -menuentry "modos" { - multiboot /boot/kernel.bin -} diff --git a/build/boot/kernel.bin b/build/boot/kernel.bin deleted file mode 100755 index 9a34d9e..0000000 Binary files a/build/boot/kernel.bin and /dev/null differ diff --git a/kernel.bin b/kernel.bin deleted file mode 100755 index 9a34d9e..0000000 Binary files a/kernel.bin and /dev/null differ diff --git a/modos.iso b/modos.iso deleted file mode 100644 index d186ccb..0000000 Binary files a/modos.iso and /dev/null differ diff --git a/src/boot.o b/src/boot.o deleted file mode 100644 index e6f8ed0..0000000 Binary files a/src/boot.o and /dev/null differ diff --git a/src/debug.o b/src/debug.o deleted file mode 100644 index 9191680..0000000 Binary files a/src/debug.o and /dev/null differ diff --git a/src/font.c b/src/font.c index e69de29..3d9d501 100644 --- a/src/font.c +++ b/src/font.c @@ -0,0 +1 @@ +#include "../include/font.h" diff --git a/src/kernel.o b/src/kernel.o deleted file mode 100644 index ee930a8..0000000 Binary files a/src/kernel.o and /dev/null differ diff --git a/src/pixel.o b/src/pixel.o deleted file mode 100644 index 3744717..0000000 Binary files a/src/pixel.o and /dev/null differ diff --git a/src/string.o b/src/string.o deleted file mode 100644 index c66f090..0000000 Binary files a/src/string.o and /dev/null differ