Skip to content

Rust - #10

Open
Barabas5532 wants to merge 6 commits into
masterfrom
rust
Open

Rust#10
Barabas5532 wants to merge 6 commits into
masterfrom
rust

Conversation

@Barabas5532

Copy link
Copy Markdown
Owner

No description provided.

Comment thread fw/rust/src/start.rs
global_asm!(include_str!("start.S"));

#[no_mangle]
// FIXME: should this be unsafe?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove fixme

Comment thread fw/rust/src/start.rs
#[no_mangle]
// FIXME: should this be unsafe?
pub extern "C" fn c_start() -> ! {
// FIXME: bss init

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

initialise bss

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.

1 participant