diff --git a/src/sys/include/ubixos/init.h b/src/sys/include/ubixos/init.h index 331f0d9..025d51f 100644 --- a/src/sys/include/ubixos/init.h +++ b/src/sys/include/ubixos/init.h @@ -61,8 +61,8 @@ pit_init, atkbd_init, time_init, - /* net_init, + /* ne2k_init, */ devfs_init, @@ -78,6 +78,9 @@ /*** $Log$ + Revision 1.33 2004/09/08 22:04:10 apwillia + Added calling of static constructors, commented out tty_printf in kprintf (due to deadlock) + Revision 1.32 2004/09/08 07:33:37 reddawg Fixes