dhavalhirdhav / LearnOS

This is one of my long awaited project on learning to develop an Operating System.
http://www.learnitonweb.com
57 stars 5 forks source link

loader.c says kernel is being loaded at 1M but it is being loaded at 0x11000 #27

Open coded7861 opened 4 years ago

coded7861 commented 4 years ago

Hi

Is there a typo in uint32_t free_mem_addr = 0x10000 ? for 1M mark, free_mem_addr = 0x100000

dhavalhirdhav commented 3 years ago

It is a typo. I will fix it in next update.

due to covid-19 been busy with work. I will have this project restart in a week. I will take care of this bug.

Thanks for pointing it out. 👍 . Issue will remain open till its fixed.