fcnn

Results 1 comments of fcnn

I added some code in the pure64 boot loader to load elf kernel. the kernel is then compiled using: nasm -felf64 -o kernel64.o kernel64.asm ld -T kernel.ld -o kernel64.sys kernel64.o...