Thanks for the prompt answer! ![]()
I didn't get what you suggested to work. It compiles fine but the startup function is still not being called during boot. I managed to get it to work in another way though.
I added a user built-ins function in ..src\bitlash-builtins.c
BUILT_IN("startup", "print \"Some nice text\"")
I have no idea if this is the correct way of doing it though...