there was a multiboot header there but it didnt work. the problem is that multiboot loader doesnt align the data segment of the kernel image to page size. the kernel needs to move the data segment early before entering main().
-- cinap
there was a multiboot header there but it didnt work. the problem is that multiboot loader doesnt align the data segment of the kernel image to page size. the kernel needs to move the data segment early before entering main().
-- cinap