User:Frank: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
 
No edit summary
Line 1: Line 1:
== Stuff I have learned ==
How to create a topic link:<br>
=== How to create a topic link: ===
<pre>
<pre>
[[Topic:TOPIC_ID|Title]]
[[Topic:TOPIC_ID|Title]]
[[Topic:TOPIC_ID]]
[[Topic:TOPIC_ID]]
</pre>
</pre>

== Pages I have fixed ==
* [[How kernel, compiler, and C library work together]]
* [[Semaphores]]
* [[How Do I Use A Debugger With My OS]]
* [[Higher Half bare bones]]
* [[C PlusPlus bare bones]]
* [[Babystep7]]

Revision as of 00:20, 3 July 2007

Stuff I have learned

How to create a topic link:

[[Topic:TOPIC_ID|Title]]
[[Topic:TOPIC_ID]]

Pages I have fixed