Skip to content
View Stardust-minus's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@SkyNet1748 @retrofor @fishaudio
Block or Report

Block or report Stardust-minus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Stardust-minus/README.md

🤸 ஐ Stardust·星之尘埃 ஐ GitHub followers

#![no_std] // Minimal kernel
#![no_main]
use core::panic::PanicInfo;
#[panic_handler]
fn panic(_info: &PanicInfo) -> ! { loop {} }
#[no_mangle]
pub extern "C" fn _start() -> ! {
    let message = "Hi, I am Stardust!"; // ☬
    let buffer = 0xb8000 as *mut u8;
    for (i, &b) in message.as_bytes().iter().enumerate() {
        unsafe { // ☈
            *buffer.offset(i as isize * 2) = b;
            *buffer.offset(i as isize * 2 + 1) = 0xb;
        }
    }
    loop {}
}

📕 ❀ Language ❀

📃 〄 Analysis 〄

📞 ❅ Contact ❅

Email: [email protected]
Bilibili: @Stardust_减
Github: @Stardust-minus
QQ:2225664821

Pinned Loading

  1. fishaudio/Bert-VITS2 fishaudio/Bert-VITS2 Public

    vits2 backbone with multilingual-bert

    Python 7.3k 1.1k

  2. fishaudio/fish-speech fishaudio/fish-speech Public

    Brand new TTS solution

    Python 2.5k 204

  3. svc-develop-team/so-vits-svc svc-develop-team/so-vits-svc Public archive

    SoftVC VITS Singing Voice Conversion

    Python 24.6k 4.7k

  4. fishaudio/fish-diffusion fishaudio/fish-diffusion Public

    An easy to understand TTS / SVS / SVC framework

    Python 585 75

  5. FloatTech/ZeroBot-Plugin FloatTech/ZeroBot-Plugin Public

    基于 ZeroBot 的 OneBot 插件

    Go 2.4k 2k