Re: bootloader does not seem to work
Posted: Sat May 07, 2016 7:14 pm
i went out and inspected and eliminated last few bugs. I was copying 200h sectors instead of 1 sector that messed up. After that, the section of the code that prints out the first few bytes at 8000h (jump address) were printing correctly. That means sector 1 copied right. The initial code there will also spit out few bytes (because I virtually copied and pasted it from boot.asm) but it is not printing. That means jump has gone astray.
I went out and tried qemu on my workstation but the linux resolution is horrible at 320x200. Tried with centos and fedora they all suck. The display and screen module utilities: xorg, xrandr and cvt all failed to work, I hate them and had bad memory in the past too. Must be written by real incompetent smart*sses. User forum has lot of hit and miss Q&A mostly on guesswork nothing sound. Classic problem with the open-source where any one chip-in and do whatever they want. Anyways I decided not to go that route dealing with something that never works for hours.
I am gonna have to find something else.
And done for today too, next big thing is to get the jump thing working and will have a largely working bootloader.
I went out and tried qemu on my workstation but the linux resolution is horrible at 320x200. Tried with centos and fedora they all suck. The display and screen module utilities: xorg, xrandr and cvt all failed to work, I hate them and had bad memory in the past too. Must be written by real incompetent smart*sses. User forum has lot of hit and miss Q&A mostly on guesswork nothing sound. Classic problem with the open-source where any one chip-in and do whatever they want. Anyways I decided not to go that route dealing with something that never works for hours.
I am gonna have to find something else.
And done for today too, next big thing is to get the jump thing working and will have a largely working bootloader.