Learning OSDev: Difference between revisions
Appearance
Created page with "== Computer Science == * Computer Fundamentals" |
mNo edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
* [[Computer Fundamentals]] | * [[Computer Fundamentals]] | ||
== Misc == | |||
* [[Useful GCC compiler 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.