cleese
cleese copied to clipboard
an operating system in Python
I got cleese booting, but the echo boot target is not working. The "echo" target fails on the LOAD_NAME 'textbuffer' bytecode with the error "can't find textbuffer". I've verified the...
Wonderfully put together, but the naming system makes no sense and it makes it hard for me as a third party to look at it and pick it appart.
``` i386-elf-ld -T kernel.ld -nostdlib -Map kernel.map -o KERNEL.BIN kernel/kstart.o kernel/res.o kernel/main.o kernel/kernel_bytecode.o kernel/isrmodule.o mach/video.o mach/ports.o mach/malloc.o lib/string.o lib/ctype.o lib/mem.o python/Objects/frameobject.o python/Objects/intobject.o python/Objects/dictobject.o python/Objects/stringobject.o python/Objects/typeobject.o python/Objects/object.o python/Objects/tupleobject.o python/Objects/moduleobject.o python/Objects/methodobject.o python/Objects/abstract.o...