Hi, On Fri Jan 09, 2009 at 20:37:55 +0800, Zhang Yinfei wrote: > I want to add some file to the fiasco source code tree (in my local build). > Actually it is a simple assemble file which has some VBE related code to > help me debug assembles. It works well in bootstrap module. If I just > naively copy the file to "fiasco/src/kern/ia32/", it won't be compiled and > other files cannot use it. Any hint about how should I modify the Makefiles > to include this file? Thanks a lot.
Assembly file can be hooked in by adding the filename to ASSRC_KERNEL in src/Modules.ia32. There are already the other .S files, you'll see when you look at it. Adam -- Adam [email protected] Lackorzynski http://os.inf.tu-dresden.de/~adam/ _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
