So then do I do it like this?iansjack wrote:No.
How to make a GDT?
Re: How to make a GDT?
Re: How to make a GDT?
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?
-
- Member
- Posts: 5562
- Joined: Mon Mar 25, 2013 7:01 pm
Re: How to make a GDT?
Have you located your Multiboot header in your kernel binary using a hex editor yet?
Re: How to make a GDT?
Are there any hex editors you'd recommend?
-
- Member
- Posts: 5562
- Joined: Mon Mar 25, 2013 7:01 pm
Re: How to make a GDT?
Any hex editor is fine, but if you're using Windows I like HxD.
Re: How to make a GDT?
Ghex is good for Linux/BSD.
Re: How to make a GDT?
I like hexedit and mcview.zap8600 wrote:Are there any hex editors you'd recommend?
Writing a bootloader in under 15 minutes: https://www.youtube.com/watch?v=0E0FKjvTA0M
-
- Member
- Posts: 78
- Joined: Tue Jun 07, 2022 11:23 am
- Libera.chat IRC: Cyao
- Location: France
- Contact:
Re: How to make a GDT?
On MacOS I like Hex Fiendzap8600 wrote:Are there any hex editors you'd recommend?
Re: How to make a GDT?
Hello again. I've returned from my break. I realized how dumb and annoying I was, so I got better.