Hi

On 04/24/2015 03:17 AM, 水镜 wrote:
> Hi, in the file main-ia32-32.cpp, there's a line(line 60):
> call call_bootstrap
> 
> where could i find the implemention of the call_bootstrap?

You find it in src/kern/kernel_thread.cpp. The function is called
"bootstrap()"

  void bootstrap() asm ("call_bootstrap") FIASCO_FASTCALL;

Best,
Matthias.


-- 
Matthias Lange, matthias.la...@kernkonzept.com, +49 - 351 - 41 88 86 14

Kernkonzept GmbH.  Sitz: Dresden.  Amtsgericht Dresden, HRB 31129.
Geschäftsführer: Dr.-Ing. Michael Hohmuth


_______________________________________________
l4-hackers mailing list
l4-hackers@os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers

Reply via email to