Page 20 of 20
Re: How to make a GDT?
Posted: Wed Dec 14, 2022 11:38 am
by zap8600
iansjack wrote:No.
So then do I do it like
this?
Re: How to make a GDT?
Posted: Wed Dec 14, 2022 3:22 pm
by zap8600
Should I just start from scratch? Is someone able to go over my code to see what I'm doing wrong? What do I do?
Re: How to make a GDT?
Posted: Wed Dec 14, 2022 6:33 pm
by Octocontrabass
Have you located your Multiboot header in your kernel binary using a hex editor yet?
Re: How to make a GDT?
Posted: Thu Dec 15, 2022 2:44 pm
by zap8600
Are there any hex editors you'd recommend?
Re: How to make a GDT?
Posted: Thu Dec 15, 2022 6:42 pm
by Octocontrabass
Any hex editor is fine, but if you're using Windows I like
HxD.
Re: How to make a GDT?
Posted: Fri Dec 16, 2022 12:29 am
by iansjack
Ghex is good for Linux/BSD.
Re: How to make a GDT?
Posted: Fri Dec 16, 2022 6:50 am
by BigBuda
zap8600 wrote:Are there any hex editors you'd recommend?
I like hexedit and mcview.
Re: How to make a GDT?
Posted: Fri Dec 16, 2022 7:35 am
by Cyao
zap8600 wrote:Are there any hex editors you'd recommend?
On MacOS I like Hex Fiend
Re: How to make a GDT?
Posted: Fri Apr 21, 2023 11:58 am
by zap8600
Hello again. I've returned from my break. I realized how dumb and annoying I was, so I got better.