Sweetbread 24c38957f4 Add *(.bss.*) to link.x; fixes #8
Const var, which is used for allocator, is .bss.alloc..., and because
there was no that pattern in link scrypt, FILE_END didn't count the var,
that's why initial zero value was overwritten by application name (see
MENUET01 header description for more info)
2024-05-26 02:19:11 +03:00
2021-09-10 17:32:09 +03:00
2024-05-08 20:42:41 +03:00
2024-05-08 20:42:41 +03:00
2024-03-23 14:55:48 +03:00
2024-01-31 16:31:47 +03:00
2024-05-08 20:42:41 +03:00
2024-03-23 14:55:48 +03:00
2024-05-26 02:19:11 +03:00
2024-03-23 14:55:48 +03:00
2024-03-23 14:55:48 +03:00
2021-09-10 17:32:09 +03:00

Rust library for KolibriOS

Project uses cargo-make for building steps. You need to install cargo-binutils: cargo install cargo-binutils and llvm-tools-preview: rustup component add llvm-tools-preview to make it work. Also you need a working FASM.

Once installed building is trivial then: cargo make --profile production example <example name> produces a ready-to-use binary at root.

Description
No description provided
Readme 120 KiB
Languages
Rust 86.1%
Assembly 11.2%
HTML 2.7%