lilith icon indicating copy to clipboard operation
lilith copied to clipboard

x86-64 os made in crystal

Results 12 lilith issues
Sort by recently updated
recently updated
newest added

Hello, I would like to know how if this project is abandoned, or just paused for the moment... I loved this first time I saw it, and would love to...

Tried to build this amazing project but unfortunately just get an error when running "make toolchain/crystal/.build/crystal" and I currently lack the knowledge to fix it.. cd toolchain/crystal && make release=1...

I've found that a clean install of Fedora 30 is pretty lacking when it comes to building the project. I'm using this issue to document all of the packages I...

os
build system

The current incremental garbage collector/memory allocator is great and all but leaves a lot to be desired. I'm thinking of rewriting a new one. # GC * [x] Make it...

os

Time is displayed wrongly. It's currently 13:27, and on the VM I have 12:27... I understand that, as it's probably taking GMT time. But I don't understand what's up with...

The kernel currently doesn't boot correctly when compiled in debug mode, might be because stack size is too small and LLVM doesn't inline functions as often as in release mode....

kernel

Release: 0.0.5 Qemu options: `qemu-system-x86_64 -hda disk.img -vga std -m 512M -serial stdio` I cd'd into `/share/papes` and ran `pape pape.png` and the OS froze and my machine's fans spun...

userspace

Here are some drivers I want to write: **Storage** * [x] ATAPI support **File systems** * [ ] FAT32 driver * [ ] ISO9660 driver **Audio** * [ ] PC...

kernel

i tryed build... [leonid@leonid-pc lilith]$ make toolchain/crystal/.build/crystal cd toolchain/crystal && make release=1 make[1]: вход в каталог «/home/leonid/Рабочий стол/lilith/toolchain/crystal» Using /usr/bin/llvm-config [version=9.0.0] g++ -c -o src/llvm/ext/llvm_ext.o src/llvm/ext/llvm_ext.cc -I/usr/include -std=c++11 -fno-exceptions -D_GNU_SOURCE...

build system