From 7c80cc8af9447cc905d08d57c103febb99952a42 Mon Sep 17 00:00:00 2001 From: xamidev <121681048+xamidev@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:00:16 +0200 Subject: [PATCH] Update DEVELOPERS.md --- docs/DEVELOPERS.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/DEVELOPERS.md b/docs/DEVELOPERS.md index 1072ad1..6e89d44 100644 --- a/docs/DEVELOPERS.md +++ b/docs/DEVELOPERS.md @@ -2,11 +2,10 @@ ## Table of Contents -- [Getting Started](#getting-started) -- [Writing programs for BlankOS](#writing-programs) -- [Changing the TTY font](#changing-font) +- Getting Started +- Writing programs for BlankOS +- Changing the TTY font - ## Getting Started ### System description @@ -34,7 +33,6 @@ gdb kernel.elf (gdb) target remote localhost:1234 ``` - ## Writing programs for BlankOS Be warned, these are not actual programs in the sense you'd expect. These are indeed functions that are called from the shell, and embedded in the kernel ELF binary. Real programs apart from the kernel are not yet a thing here, but might be one day. @@ -96,7 +94,6 @@ The linking process should be taken care of by the appropriate Linker script `li If you're proud of what you've made, you can clone the repo, make your changes, open a pull request and maybe your program will be added to the main BlankOS repo, and later distributed in the new ISOs! - ## Changing the TTY font In order to change the default font, first get your hands on a 8x16 `.psf` (PC Screen Font 2) formatted font. Then, put it in `include/fonts` and remove the default one (`UniCyr_8x16.psf`).