Hi all
When I try to run my OS that prints "Hello world" this comes up in both VMware and VirtualBox,
", bss=0x2000Starting Up ..." any ideas why?
All I can think of is that it is some data from GRUB which I'm using to boot, but it seems the C part of my kernel doesnt load either.
Thanks in advance
Strange data on screen?
- Owen
- Member
- Posts: 1700
- Joined: Fri Jun 13, 2008 3:21 pm
- Location: Cambridge, United Kingdom
- Contact:
Re: Strange data on screen?
The ", bss=0x2000" part looks a lot like some of the information Grub prints before loading a Multiboot kernel
Re: Strange data on screen?
I get this information after I select to boot by operating system from the GRUB bootloader, currently I am thinking my C function is not been called but I'm not sure.
Re: Strange data on screen?
Hi,
Cheers,
Brendan
I can't see any bugs in any of the code or in any of the linker scripts that you've posted...hall123 wrote:I get this information after I select to boot by operating system from the GRUB bootloader, currently I am thinking my C function is not been called but I'm not sure.
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.