Skip to content
View Stardust-minus's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

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: stardust@fish.audio
Bilibili: @Stardust_减
Github: @Stardust-minus
QQ:2225664821

Pinned

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

    vits2 backbone with multilingual-bert

    Python 7.1k 1k

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

    SoftVC VITS Singing Voice Conversion

    Python 24.3k 4.6k

  3. fishaudio/fish-speech fishaudio/fish-speech Public

    Brand new TTS solution

    Python 2k 157

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

    An easy to understand TTS / SVS / SVC framework

    Python 580 75

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

    基于 ZeroBot 的 OneBot 插件

    Go 2.4k 2k

  6. MQTTS MQTTS Public

    Forked from innnky/MQTTS

    mandarin version of MQTTS

    Python 2