kernel 200+18
Posted: Thu Nov 22, 2012 5:24 pm
Hey everyone,
So Ive been trying out OS development and everything has gone pretty good so far. I can output to the VGA controller and clear the screen, etc
I dont really have a problem just a curious question about something that I accidently did and seem to be stuck with now. Reading the bare bones tutorial on how to boot from grub using start1 and start2 in my img file, I call the command kernel 200+18 and then call boot. Which had worked perfectly fine until I accidently typed too quickly and ended up typing kernel 200+19. Good news was that it still managed to boot but now it seems I have to call 19 now all the time, instead of 18?
This is supposed to be the address of where the kernel is im assuming, what does the +18 do and why am I able to run with 200+19 now?
Thanks!
So Ive been trying out OS development and everything has gone pretty good so far. I can output to the VGA controller and clear the screen, etc
I dont really have a problem just a curious question about something that I accidently did and seem to be stuck with now. Reading the bare bones tutorial on how to boot from grub using start1 and start2 in my img file, I call the command kernel 200+18 and then call boot. Which had worked perfectly fine until I accidently typed too quickly and ended up typing kernel 200+19. Good news was that it still managed to boot but now it seems I have to call 19 now all the time, instead of 18?
This is supposed to be the address of where the kernel is im assuming, what does the +18 do and why am I able to run with 200+19 now?
Thanks!