search for: kernl_start

Displaying 6 results from an estimated 6 matches for "kernl_start".

Did you mean: kernel_start
2015 Jul 12
2
Measuring boot time
...splay. How can I check it? So I've added some timing prints to SYSLINUX 6.03 and got the following results: bootloader start 1179.140 ms before loadfile 1180.320 ms after loadfile 1454.250 ms before bios_do_shuffle_and_boot 1465.795 ms kernl_start (main.c) 2298.054 ms The Linux image size is around 10 MByte. You can see that the time that it takes to read it is around 280 ms. It is slow compared to reading it from Linux but it doesn't what take the vast boot time. You can see that the vast boot time part is between bios_do...
2015 Jul 18
3
Measuring boot time
...; So I've added some timing prints to SYSLINUX 6.03 and got the following results: > bootloader start 1179.140 ms > before loadfile 1180.320 ms > after loadfile 1454.250 ms > before bios_do_shuffle_and_boot 1465.795 ms > kernl_start (main.c) 2298.054 ms I'm presuming this is with some virtualization layer? > The Linux image size is around 10 MByte. > You can see that the time that it takes to read it is around 280 ms. > It is slow compared to reading it from Linux but it doesn't what take the v...
2015 Jul 12
0
Measuring boot time
...; So I've added some timing prints to SYSLINUX 6.03 and got the following results: > bootloader start 1179.140 ms > before loadfile 1180.320 ms > after loadfile 1454.250 ms > before bios_do_shuffle_and_boot 1465.795 ms > kernl_start (main.c) 2298.054 ms I'm presuming this is with some virtualization layer? > The Linux image size is around 10 MByte. > You can see that the time that it takes to read it is around 280 ms. > It is slow compared to reading it from Linux but it doesn't what take the v...
2015 Jul 18
0
Measuring boot time
...some timing prints to SYSLINUX 6.03 and got the following results: >> bootloader start 1179.140 ms >> before loadfile 1180.320 ms >> after loadfile 1454.250 ms >> before bios_do_shuffle_and_boot 1465.795 ms >> kernl_start (main.c) 2298.054 ms > > I'm presuming this is with some virtualization layer? > >> The Linux image size is around 10 MByte. >> You can see that the time that it takes to read it is around 280 ms. >> It is slow compared to reading it from Linux but it do...
2015 Jul 08
2
Measuring boot time
Hi Gene Thanks for your reply.I'm trying to breakdown overall system boot time and to understand each component duration. My linux image is a ~10 MB bzImage file with the rootfs cpio'ed inside. I also have 2 BIOS images:- some general purpose BIOS - a custom BIOS which loads real quick I'm using TSC to measure time. I'm not sure it's the best way (I've read about CPU's
2015 Oct 05
3
Measuring boot time
...d some timing prints to SYSLINUX 6.03 and got the following results: >> bootloader start? ? ? ? ? ? ? ? ? 1179.140 ms >> before loadfile? ? ? ? ? ? ? ? ? ? 1180.320 ms >> after loadfile? ? ? ? ? ? ? ? ? ? 1454.250 ms >> before bios_do_shuffle_and_boot? ? 1465.795 ms >> kernl_start (main.c)? ? ? ? ? ? ? 2298.054 ms > > I'm presuming this is with some virtualization layer? > >> The Linux image size is around 10 MByte. >> You can see that the time that it takes to read it is around 280 ms. >> It is slow compared to reading it from Linux but it doe...