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
35 * tmp_floppy_area is used by the floppy-driver when DMA cannot
36 * reach to a buffer-block. It needs to be aligned, so that it isn't
39 /*.globl tmp_floppy_area
45 call init
# we count on it.