File list (Check if you may need any files):
fleurix-master
..............\.bochsrc
..............\.gitignore
..............\LICENSE
..............\Makefile
..............\README.md
..............\Rakefile
..............\build
..............\.....\boot.mk
..............\.....\kern.mk
..............\.....\rootfs.mk
..............\.....\user.mk
..............\root
..............\....\home
..............\....\....\about.txt
..............\....\....\about2.txt
..............\....\....\about3.txt
..............\src
..............\...\blk
..............\...\...\buf.c
..............\...\...\conf.c
..............\...\...\hd.c
..............\...\boot
..............\...\....\boot.S
..............\...\chr
..............\...\...\keybd.c
..............\...\...\tty.c
..............\...\...\vga.c
..............\...\fs
..............\...\..\alloc.c
..............\...\..\bmap.c
..............\...\..\fcntl.c
..............\...\..\inode.c
..............\...\..\link.c
..............\...\..\mount.c
..............\...\..\namei.c
..............\...\..\open.c
..............\...\..\rdwr.c
..............\...\..\rdwri.c
..............\...\..\super.c
..............\...\inc
..............\...\...\a.out.h
..............\...\...\asm.h
..............\...\...\buf.h
..............\...\...\cmos.h
..............\...\...\conf.h
..............\...\...\dirent.h
..............\...\...\file.h
..............\...\...\gdt.h
..............\...\...\hd.h
..............\...\...\idt.h
..............\...\...\inode.h
..............\...\...\keybd.h
..............\...\...\lib.h
..............\...\...\malloc.h
..............\...\...\mmu.h
..............\...\...\page.h
..............\...\...\param.h
..............\...\...\proc.h
..............\...\...\proto.h
..............\...\...\signal.h
..............\...\...\stat.h
..............\...\...\stdarg.h
..............\...\...\super.h
..............\...\...\tss.h
..............\...\...\tty.h
..............\...\...\unistd.h
..............\...\...\usr
..............\...\...\...\setjmp.h
..............\...\...\...\stdio.h
..............\...\...\...\stdlib.h
..............\...\...\vm.h
..............\...\...\x86.h
..............\...\kern
..............\...\....\entry.S.rb
..............\...\....\exec.c
..............\...\....\exit.c
..............\...\....\fork.c
..............\...\....\main.c
..............\...\....\sched.c
..............\...\....\seg.c
..............\...\....\signal.c
..............\...\....\sys1.c
..............\...\....\sys2.c
..............\...\....\sys3.c
..............\...\....\sys4.c
..............\...\....\sysent.c
..............\...\....\timer.c
..............\...\....\trap.c
..............\...\....\wait.c
..............\...\lib
..............\...\...\string.c
..............\...\mm
..............\...\..\malloc.c
..............\...\..\pgfault.c
..............\...\..\pm.c
..............\...\..\pte.c
..............\...\..\vm.c
..............\tool
..............\....\boot.ld