Learning OSDev: Difference between revisions
Appearance
m →Misc |
mNo edit summary |
||
| Line 7: | Line 7: | ||
* [[Useful GCC compiler flags]] | * [[Useful GCC compiler flags]] | ||
* [[Useful LD linker flags]] | * [[Useful LD linker flags]] | ||
== Interesting Exploring Limine Commits == | |||
These are interesting commits from my exploring Limine repository (this is not public): | |||
* [https://github.com/jesseowenuk/Exploring-Limine/tree/037e59cd0a103e14156b5d97e86aae29724e4568 037e59cd0a103e14156b5d97e86aae29724e4568] - At this point code can be loaded from bootsect, loads stage 2 and has simple BIOS printing - oh and it calls into C successfully. | |||
Latest revision as of 17:46, 16 March 2026
Computer Science
Misc
Interesting Exploring Limine Commits
These are interesting commits from my exploring Limine repository (this is not public):
- 037e59cd0a103e14156b5d97e86aae29724e4568 - At this point code can be loaded from bootsect, loads stage 2 and has simple BIOS printing - oh and it calls into C successfully.