WKern
Loading...
Searching...
No Matches
toolsflags.py File Reference

Go to the source code of this file.

Namespaces

namespace  toolsflags

Variables

str toolsflags.CC = "i686-elf-gcc"
str toolsflags.LD = "i686-elf-ld"
str toolsflags.AS = "nasm"
str toolsflags.GRUB = "i686-elf-grub-mkrescue"
str toolsflags.QEMU = "qemu-system-i386"
list toolsflags.CCFLAGS
list toolsflags.LDFLAGS = ["-melf_i386", "-n", "--oformat=elf32-i386"]
list toolsflags.ASFLAGS = ["-felf32", "-g", "-Fdwarf"]
list toolsflags.QEMUFLAGS