Creating an Operating System: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Remove underscore
m grammar
Line 111: Line 111:
{{Main|Creating a C Library}}
{{Main|Creating a C Library}}


At this point, you can decide to use an existing C library or writing your own C library. If you go the custom route, you will want to set up some basic features that the cross-compiler needs for libgcc. With this in place, you can now easily cross-compile programs.
At this point, you can decide to use an existing C library or write your own C library. If you go the custom route, you will want to set up some basic features that the cross-compiler needs for libgcc. With this in place, you can now easily cross-compile programs.


=== Fork and Execute ===
=== Fork and Execute ===