Michael Brown
658c6dba59
[monojob] Allow for extremely slow system timers
...
The EFI timer runs at one tick per second, so using ">" rather than ">="
results in a two-second gap between dots.
2008-10-12 21:30:37 +01:00
Michael Brown
16f1e35775
[timer] Formalise the timer API
...
We now have two implementations for the timer API: one using the
time-of-day counter at 40:70 and one using RDTSC. Both make use of
timer2_udelay().
2008-10-12 20:22:02 +01:00
Michael Brown
702e0be44e
[ui] Add progress dots while waiting on any foreground job
...
Print one dot per second while waiting in monojob.c (e.g. for DHCP,
for file downloads, etc.), to inform user that the system has not
locked up.
Patch contributed by Andrew Schran <aschran@google.com >, minor
modification by me.
2008-07-24 20:08:31 +01:00
Michael Brown
218651e125
Display name and status of each file as it is downloaded.
2007-08-03 12:49:21 +01:00
Michael Brown
6209d20779
Added monojob controller in lieu of a full working shell.
2007-06-28 14:53:12 +01:00