os-series
os-series copied to clipboard
Wanna continue on it but there is not another episode and I've been waiting since August. No rush or anything it's just I wanna know when the next one is...
Hi, when I run the `build x86_64` command it says: ``` root@2bd6ec9d29fe:~/env# make build-x86_64 mkdir -p build/x86_64/boot/ && \ nasm -f elf64 src/impl/x86_64/boot/header.asm -o build/x86_64/boot/header.o mkdir -p build/x86_64/boot/ && \...
I use WSL2 to use docker and the build runs without any error message. However, I cannot load the final iso file since qemu cannot find the boot sector. I...
VS Code would not accept this, but I thought I'll have a craic at it (Irish pun intended) void clear_row(size_t row) { struct Char empty = (struct Char) { character:...
I tried copying a fork of this repo [here](https://github.com/AlesKas/os-series/commit/26d23a07d02bcd09218562d798f4209a31bee202) to add keyboard support, but I still can't type. I cleaned it up a bit, but I don't think I'm reading...
make: *** No rule to make target 'build-x86_64'. Stop.
I have problems running make with the Makefile. When doing so it tells me that it is not able to find the *.c and *.asm files. *Edit* It seems like...
It can print hex, numbers and strings example ```C printf("%x_%d_%s_%c", 0xFA, 50, "Hi", 'C'); ```
pls help its saying no rule to make idk what to do
whenever i run the `make build-x86_64` command i get this this message `mkdir -p dist/x86_64 && \ x86_64-elf-ld -n -o dist/x86_64/kernel.bin -T targets/x86_64/linker.ld && \ cp dist/x86_64/kernel.bin targets/x86_64/iso/boot/kernel.bin && \...