<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>UbixOS V2: src/sys/kernel/bioscall.c File Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.7 --> <div class="tabs"> <ul> <li><a href="main.html"><span>Main Page</span></a></li> <li><a href="classes.html"><span>Data Structures</span></a></li> <li id="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label> <u>S</u>earch for </label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="tabs"> <ul> <li><a href="files.html"><span>File List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul></div> <div class="nav"> <a class="el" href="dir_897b6a2d7bab147dd1db58381aad3984.html">src</a> » <a class="el" href="dir_832905b1f7f5feaf61a306b40c0ac817.html">sys</a> » <a class="el" href="dir_7efffd2b1fae7bb6f2aa85845c863494.html">kernel</a></div> <h1>bioscall.c File Reference</h1><code>#include <<a class="el" href="tss_8h-source.html">sys/tss.h</a>></code><br> <code>#include <<a class="el" href="sched_8h-source.html">ubixos/sched.h</a>></code><br> <code>#include <<a class="el" href="vmm_8h-source.html">vmm/vmm.h</a>></code><br> <code>#include <<a class="el" href="kmalloc_8h-source.html">lib/kmalloc.h</a>></code><br> <code>#include <<a class="el" href="bioscall_8h-source.html">lib/bioscall.h</a>></code><br> <code>#include <<a class="el" href="lib_2string_8h-source.html">lib/string.h</a>></code><br> <code>#include <<a class="el" href="video_8h-source.html">sys/video.h</a>></code><br> <code>#include <<a class="el" href="assert_8h-source.html">assert.h</a>></code><br> <p> Include dependency graph for bioscall.c:<p><center><img src="bioscall_8c__incl.png" border="0" usemap="#src/sys/kernel/bioscall.c_map" alt=""></center> <map name="src/sys/kernel/bioscall.c_map"> <area href="tss_8h.html" shape="rect" coords="579,6,659,32" alt=""> <area href="sched_8h.html" shape="rect" coords="393,132,516,159" alt=""> <area href="vmm_8h.html" shape="rect" coords="236,310,343,336" alt=""> <area href="kmalloc_8h.html" shape="rect" coords="401,360,508,387" alt=""> <area href="bioscall_8h.html" shape="rect" coords="401,411,508,438" alt=""> <area href="lib_2string_8h.html" shape="rect" coords="243,462,336,488" alt=""> <area href="video_8h.html" shape="rect" coords="240,512,339,539" alt=""> <area href="assert_8h.html" shape="rect" coords="252,563,327,590" alt=""> <area href="types_8h.html" shape="rect" coords="721,259,841,286" alt=""> <area href="tty_8h.html" shape="rect" coords="569,56,668,83" alt=""> <area href="file_8h.html" shape="rect" coords="579,107,659,134" alt=""> <area href="thread_8h.html" shape="rect" coords="567,208,671,235" alt=""> <area href="paging_8h.html" shape="rect" coords="395,259,515,286" alt=""> </map> <p> <a href="bioscall_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="bioscall_8c.html#4ff28cafd39094bd839caa5fabd032f4">asm</a> (".globl bios16Code\n"".code16 \n""bios16Code: \n""int $0x10 \n""int $0x69 \n"".code32 \n")</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="bioscall_8c.html#56a172d2268fc10811a0bb180d7c3f49">biosCall</a> (int biosInt, int <a class="el" href="strlen_8S.html#0d9c430c9a9cb6a66e192946a5554e3b">eax</a>, int <a class="el" href="ap-boot_8S.html#1c50f544178eb7e0af39bd078c5a986f">ebx</a>, int ecx, int <a class="el" href="timer_8S.html#aa1f83238047e62298e33bed5682d71c">edx</a>, int esi, int <a class="el" href="start_8S.html#f701de0cc799320aaf54092dda7b54d2">edi</a>, int es, int ds)</td></tr> </table> <hr><h2>Function Documentation</h2> <a class="anchor" name="4ff28cafd39094bd839caa5fabd032f4"></a><!-- doxytag: member="bioscall.c::asm" ref="4ff28cafd39094bd839caa5fabd032f4" args="(".globl bios16Code\n"".code16 \n""bios16Code: \n""int $0x10 \n""int $0x69 \n"".code32 \n")" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">asm </td> <td>(</td> <td class="paramtype">".globl bios16Code\n"".code16 \n""bios16Code: \n""int $0x10 \n""int $0x69 \n"".code32 \n" </td> <td class="paramname"> </td> <td> ) </td> <td width="100%"></td> </tr> </table> </div> <div class="memdoc"> <p> </div> </div><p> <a class="anchor" name="56a172d2268fc10811a0bb180d7c3f49"></a><!-- doxytag: member="bioscall.c::biosCall" ref="56a172d2268fc10811a0bb180d7c3f49" args="(int biosInt, int eax, int ebx, int ecx, int edx, int esi, int edi, int es, int ds)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void biosCall </td> <td>(</td> <td class="paramtype">int </td> <td class="paramname"> <em>biosInt</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int </td> <td class="paramname"> <em>eax</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int </td> <td class="paramname"> <em>ebx</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int </td> <td class="paramname"> <em>ecx</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int </td> <td class="paramname"> <em>edx</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int </td> <td class="paramname"> <em>esi</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int </td> <td class="paramname"> <em>edi</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int </td> <td class="paramname"> <em>es</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int </td> <td class="paramname"> <em>ds</em></td><td> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td width="100%"></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="bioscall_8c-source.html#l00050">50</a> of file <a class="el" href="bioscall_8c-source.html">bioscall.c</a>. <p> References <a class="el" href="sched_8c-source.html#l00051">_current</a>, <a class="el" href="assert_8h-source.html#l00064">assert</a>, <a class="el" href="tss_8h-source.html#l00036">tssStruct::back_link</a>, <a class="el" href="bioscall_8h.html#df2fd035ba4b30f8a71326f4685959d6">bios16Code()</a>, <a class="el" href="tss_8h-source.html#l00047">tssStruct::cr3</a>, <a class="el" href="tss_8h-source.html#l00057">tssStruct::cs</a>, <a class="el" href="tss_8h-source.html#l00061">tssStruct::ds</a>, <a class="el" href="tss_8h-source.html#l00050">tssStruct::eax</a>, <a class="el" href="tss_8h-source.html#l00052">tssStruct::ebp</a>, <a class="el" href="tss_8h-source.html#l00050">tssStruct::ebx</a>, <a class="el" href="tss_8h-source.html#l00050">tssStruct::ecx</a>, <a class="el" href="tss_8h-source.html#l00054">tssStruct::edi</a>, <a class="el" href="tss_8h-source.html#l00050">tssStruct::edx</a>, <a class="el" href="bioscall_8h-source.html#l00036">EFLAG_IF</a>, <a class="el" href="bioscall_8h-source.html#l00038">EFLAG_VM</a>, <a class="el" href="tss_8h-source.html#l00049">tssStruct::eflags</a>, <a class="el" href="tss_8h-source.html#l00048">tssStruct::eip</a>, <a class="el" href="tss_8h-source.html#l00055">tssStruct::es</a>, <a class="el" href="tss_8h-source.html#l00053">tssStruct::esi</a>, <a class="el" href="tss_8h-source.html#l00051">tssStruct::esp</a>, <a class="el" href="tss_8h-source.html#l00038">tssStruct::esp0</a>, <a class="el" href="tss_8h-source.html#l00041">tssStruct::esp1</a>, <a class="el" href="tss_8h-source.html#l00044">tssStruct::esp2</a>, <a class="el" href="tss_8h-source.html#l00063">tssStruct::fs</a>, <a class="el" href="tss_8h-source.html#l00065">tssStruct::gs</a>, <a class="el" href="tss_8h-source.html#l00070">tssStruct::io_map</a>, <a class="el" href="kmalloc_8c-source.html#l00247">kmalloc()</a>, <a class="el" href="tss_8h-source.html#l00067">tssStruct::ldt</a>, <a class="el" href="sched_8h-source.html#l00060">taskStruct::oInfo</a>, <a class="el" href="sched_8h.html#3fb333b67375561d327e9b5a8ffa03b96564f2f3e15be06b670547bbcaaf0798">READY</a>, <a class="el" href="sched_8c-source.html#l00143">schedNewTask()</a>, <a class="el" href="tss_8h-source.html#l00059">tssStruct::ss</a>, <a class="el" href="tss_8h-source.html#l00039">tssStruct::ss0</a>, <a class="el" href="tss_8h-source.html#l00042">tssStruct::ss1</a>, <a class="el" href="tss_8h-source.html#l00045">tssStruct::ss2</a>, <a class="el" href="sched_8h-source.html#l00062">taskStruct::state</a>, <a class="el" href="tss_8h-source.html#l00069">tssStruct::trace_bitmap</a>, <a class="el" href="sched_8h-source.html#l00058">taskStruct::tss</a>, <a class="el" href="sched_8h-source.html#l00045">osInfo::v86Task</a>, <a class="el" href="ap-boot_8S-source.html#l00052">x1000</a>, and <a class="el" href="start_8S-source.html#l00051">x2000</a>. <p> Referenced by <a class="el" href="systemtask_8c-source.html#l00048">systemTask()</a>. <p> Here is the call graph for this function:<p><center><img src="bioscall_8c_56a172d2268fc10811a0bb180d7c3f49_cgraph.png" border="0" usemap="#bioscall_8c_56a172d2268fc10811a0bb180d7c3f49_cgraph_map" alt=""></center> <map name="bioscall_8c_56a172d2268fc10811a0bb180d7c3f49_cgraph_map"> <area href="bioscall_8h.html#df2fd035ba4b30f8a71326f4685959d6" shape="rect" coords="137,85,239,112" alt=""> <area href="kmalloc_8h.html#150eab2ac4ce4553e21ca10e7f441762" shape="rect" coords="296,111,371,137" alt=""> <area href="sched_8h.html#92458df2063761371869cdfe0c9b4ee3" shape="rect" coords="128,237,248,264" alt=""> <area href="kmalloc_8c.html#f6c4ea5cb961c72548d92ff65d7e33a4" shape="rect" coords="420,212,540,239" alt=""> <area href="kprint_8h.html#b2761bdf0cca73ad0fb5880895210cd8" shape="rect" coords="841,60,908,87" alt=""> <area href="spinlock_8h.html#2cd9a4502680fb8e7f0fe6b029e558b1" shape="rect" coords="835,187,915,213" alt=""> <area href="spinlock_8h.html#dd996cbbb3b9826dd9c8cf02b66a4c65" shape="rect" coords="827,339,923,365" alt=""> <area href="kmalloc_8c.html#eb1c3f1ef8eb9063c2e5c4af488dd2d0" shape="rect" coords="419,111,541,137" alt=""> <area href="kpanic_8h.html#db9a182aa071791a306163d50d653deb" shape="rect" coords="651,111,717,137" alt=""> <area href="lib_2string_8h.html#ce4b911463887af5e748326323e99a23" shape="rect" coords="645,313,723,340" alt=""> <area href="paging_8h.html#541f0b43826a40b9e978f5479080bb0e" shape="rect" coords="589,212,779,239" alt=""> </map> </div> </div><p> <hr size="1"><address style="align: right;"><small>Generated on Fri Dec 15 11:23:24 2006 for UbixOS V2 by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address> </body> </html>