TakefiveInteractive / TedkOS

Operating System - ECE 391 Takefive Interactive Team
GNU General Public License v2.0
96 stars 17 forks source link

Userland #34

Closed tengyifei closed 8 years ago

tengyifei commented 8 years ago

To build clibtestprint, run yifei$ /Volumes/ece391cc/cross/bin/i686-elf-gcc -nostdlib -g -o clibtestprint.elf clibtestprint.c syscall/ece391syscall.o -Iclib/i686-tedkos/include -Lclib/i686-tedkos/lib -lc -lg -lm -lnosys in directory userland.

The program compiles, links, runs and exits but prints nothing.