24 Apr
2015
24 Apr
'15
3:17 a.m.
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?
24 Apr
24 Apr
9:28 a.m.
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.lange@kernkonzept.com, +49 - 351 - 41 88 86 14 Kernkonzept GmbH. Sitz: Dresden. Amtsgericht Dresden, HRB 31129. Geschäftsführer: Dr.-Ing. Michael Hohmuth
3966
Age (days ago)
3966
Last active (days ago)
1 comments
2 participants
participants (2)
-
Matthias Lange -
水镜