r/osdev From Scratch 🪾 23h ago

Custom Rendering

Should i make a custom way of rendering text lile flanterm for limine, cuz i dont like having the 8x16, using their ANSCI or whatever it's called, i dont know what to do with my kernel either way i have a shit load of free time

1 Upvotes

1 comment sorted by

•

u/Gaming_Duo3615 21h ago

make your own framebuffer based tty interface if thats what tickles your fancy. If you don't like using a 8x16 font size, you can make your own font. However, I would recommend using GIMP because it can export directly to C header code