OSDev Wiki:Sandbox: Difference between revisions

Content deleted Content added
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 27:
====Link Types====
 
* Forum Link: [[forum:8]]
* Forum topic link: [[topic:677]]
 
* Wiki link: [[Main_Page]]
[[topic:677]]
* Wiki link with custom label: [[Main_Page|OSDev Home]]
 
* Wiki link with anchor: [[Tool_Comparison#x86_Assemblers]]
[[Main_Page|OSDev Home]]
* Wiki link with anchor and custom label: [[Tool_Comparison#x86_Assemblers|Assembler Comparisons]]
 
* External Link: [http://www.osdev.org OSDev]
 
====Subpages====
Line 62:
====Best Code in a Box====
 
<sourcesyntaxhighlight lang="c">
#include <kmem.h>
Line 69:
return getFreeMemPtr(size);
}
</syntaxhighlight>
</source>
 
====panic.h====
 
<source lang="c">
void panic(const char* error, const char* process);
void panic2(const char* error, const char* process);
</source>
 
====Table 1====
Line 129 ⟶ 122:
| {{Yes}}
|}
 
[[Category:Wiki administration]]