IRC channel logs

2020-03-25.log

back to list of logs

***ChanServ sets mode: +o rekado_
<bauen1>syscalls are working \o/
<bauen1>which leaves the issue of actually loading a userspace program
<OriansJ>bauen1: well that can be either really simple or complex depending on what executable formats you pick. ELF probably being the one selected due to general acceptance.
<bauen1>yes
<bauen1>from what i've seen it isn't too complex if you don't care about implementing everything
<bauen1>but setting up a page table for a user program will require some time
<jackhill>"To compile Crystal, you need Crystal :)" I found something else that needs bootstrapping :)
<jackhill> https://crystal-lang.org/install/from_sources/