Skip to content

Commit

Permalink
Merge branch 'post-04' into post-05
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Feb 10, 2025
2 parents 6854937 + fda382c commit 1d87e3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x86_64-blog_os.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"linker": "rust-lld",
"panic-strategy": "abort",
"disable-redzone": true,
"features": "-mmx,-sse,+soft-float"
"features": "-mmx,-sse,+soft-float",
"rustc-abi": "x86-softfloat"
}

0 comments on commit 1d87e3b

Please sign in to comment.