1 ##***************************************************************
2 ## What's done here is very simple, assign the segments, *
3 ## move the rest of kernel down to low address again. Then *
4 ## call the kernel initial function init(). *
5 ## Yeah, we put the all the rest job of our kernel on it. *
6 ## Hope it don't let's down. :) *
8 ## Copyright (C) 2007-2008 Aleaxander *
9 ## Email: Aleaxander@gmail.com *
10 ##***************************************************************
28 movl $
(KERNEL_SECT-
1)<<7,%ecx
32 call init
# we count on it.