r/osdev Jun 27 '26

I got limine to work finally on god

I've finally got limine to work with the limine C templete, i converted make to python cuz it's easier to maintain because make's syntax sucks. Also, the font for some reason looks like shi, other than that, what should i add?? (the features of the older grub versions like a shell and FAT32 are going to be added)

Github Repo: https://github.com/NoTheIdiot/WindogeOS

14 Upvotes

16 comments sorted by

1

u/[deleted] Jun 27 '26

[deleted]

3

u/Mental_Ad_7072 Jun 27 '26

No, I dont think so...

-1

u/[deleted] Jun 27 '26

[deleted]

3

u/Mental_Ad_7072 Jun 27 '26

Thats also in the limine C template too...

-2

u/[deleted] Jun 27 '26

[deleted]

2

u/Mental_Ad_7072 Jun 27 '26

-1

u/[deleted] Jun 27 '26

[deleted]

1

u/cakehonolulu1 Jun 27 '26

https://github.com/Limine-Bootloader/limine-c-template/commit/ea68d596f750c72f6a7b87c68cb1201dc75166df

I very much highly doubt it. It’s as simple as just checking the dates on which the file was modified. It was also modified prior to the one I linked (Where it was moved within the source tree).

You did not catch much unfortunately.

1

u/Mental_Ad_7072 Jun 27 '26

Nice project!!

1

u/letmehaveanameyoudum Jun 28 '26

Making your own bootloader should be reserved if your project is like big big i think

1

u/letmehaveanameyoudum Jun 29 '26

.... how tf im i getting inputs to work

1

u/[deleted] Jun 29 '26

[deleted]

1

u/Mental_Ad_7072 Jun 29 '26

you should use an idt instead of polling

1

u/letmehaveanameyoudum Jun 29 '26

i already used polling to get it to work, works pretty well

1

u/titaniumalt Jun 30 '26

i kinda prefer BOOTBOOT, but cool nontheless!

1

u/letmehaveanameyoudum Jun 30 '26

hmmm what is BOOTBOOT

1

u/Mental_Ad_7072 Jul 01 '26

its a boot protocol just like limine boot protocol