cannot find crti o的相關文章
Creating a C Library - OSDev Wiki

Creating a C Library - OSDev Wiki

瀏覽:834
日期:2026-04-17
Finally, you simply need to assemble your crt0.o, crti.o, and crtn.o files and install them in your system library directory. Your _start function is now able to set up the standard library, call the global constructors, and call exit(main(argc, argv)). D...看更多