Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

now only use cargo for building the kernel #19

Merged
merged 2 commits into from
Dec 19, 2023
Merged

now only use cargo for building the kernel #19

merged 2 commits into from
Dec 19, 2023

Conversation

avan-pra
Copy link
Collaborator

  • changed target file_name from build/x86.json to build/i386-unknown-none.json
  • add a runner which starts qemu
  • now build an executable directly (instead of a library which would be linked later on)
  • use lld for linking (modified build.rs and build/i386-unknown-none.json)
  • multiboot header and _start function are now in main.rs

@avan-pra
Copy link
Collaborator Author

euh je veux bien une review et un merge stp @lucasmln

@lucasmln lucasmln merged commit 05f0844 into main Dec 19, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants