let the graph class decide how many entries to use based on our period values.
[AROS.git] / arch / all-hosted / bootstrap / main.c
blobad27a1be20f1669155c4e6c52442213671e467f5
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "bootstrap.h"
8 int main(int argc, char **argv)
10 return bootstrap(argc, argv);