diff --git a/Roboto-Black.psf b/Roboto-Black.psf deleted file mode 100644 index 23a5e7c..0000000 Binary files a/Roboto-Black.psf and /dev/null differ diff --git a/initrd/usr/share/paradox/bible_votd b/initrd/usr/share/paradox/bible_votd index 22ad2cf..5f0b52c 100644 --- a/initrd/usr/share/paradox/bible_votd +++ b/initrd/usr/share/paradox/bible_votd @@ -1 +1 @@ -Acts 1:8 But you will receive power when the Holy Spirit has come upon you, and you will be my witnesses in Jerusalem, and in all Judea and Samaria, and to the farthest parts of the earth.” \ No newline at end of file +1 Corinthians 1:2 to the church of God that is in Corinth, to those who are sanctified in Christ Jesus, and called to be saints, with all those in every place who call on the name of our Lord Jesus Christ, their Lord and ours. \ No newline at end of file diff --git a/kernel/entry/kernel.c b/kernel/entry/kernel.c index 90e7c1e..bbdb515 100644 --- a/kernel/entry/kernel.c +++ b/kernel/entry/kernel.c @@ -35,22 +35,5 @@ return codes) int kmain() { - tty_spawn(1, FONT_BIG); - - vfs_op_status status; - char* votd = NULL; - - status = driver_read(vfs, 0, "/usr/share/paradox/bible_votd", &votd); - - if(status != STATUS_OK) - return KERNEL_QUIT_ERROR; - - if (votd != NULL) { - dprintf("BibleVOTD: \033[1m%s\033[0m\n", votd); - free(votd); - } - - keyboard.out = true; - return KERNEL_QUIT_HANG; } diff --git a/modules/.gitkeep b/modules/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/tools/build.sh b/tools/build.sh index 78278a0..5740b97 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -10,8 +10,7 @@ else fi mkdir -p iso_root - -curl -s "https://labs.bible.org/api/?passage=votd&type=text&formatting=plain" > initrd/usr/share/paradox/bible_votd +mkdir -p modules tar -cvf modules/ramdisk.tar initrd/*