Re: SYSINIT

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Hans Petter Selasky
Subject: Re: SYSINIT
Date: Thursday, July 17, 2008 - 1:11 am

On Wednesday 16 July 2008, Jacky Oh wrote:

Hi,

Simply put.

The sysinit macro expands to a static structure using the "section" attribute 
which means the data ends up in a separate section after linking. Then the 
data in the sysinit section is scanned, sorted and executed at boot time or 
when you load a module. Sysuninit works in a similar way.

--HPS
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
SYSINIT, Jacky Oh, (Wed Jul 16, 12:34 pm)
Re: SYSINIT, Hans Petter Selasky, (Thu Jul 17, 1:11 am)