CHISH
  • blogs/
  • guides/
  • projects/
    • ELFTUI/
~ $ whoami chish -- compsci ug ./about

    Devlog 01: Getting Started!

    So I jst started to learn about systems programming, And now I learnt about ELF ELF is like a container which holds info essential for OS to run a binary. It holds info like Which OS this binary is compatible with, which arch will it run on, the offset for Program's header table, etc.

    Also another thing, as I am building a TUI, in C, Ncurses is like our holy grail. It's easy to get a text, a pane with some text too. For now, I have only hardcoded List of items.