{"payload":{"pageCount":3,"repositories":[{"type":"Public","name":"buddy_system_allocator","owner":"rcore-os","isFork":false,"description":"A buddy system allocator in pure Rust.","allTopics":["rust","allocator","bare-metal-programming","buddy-system"],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":1,"starsCount":87,"forksCount":23,"license":"MIT License","participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,0,2,0,0,0,0,0,0,0,6,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-09-21T16:45:13.869Z"}},{"type":"Public","name":"rCore-Tutorial-Book-v3","owner":"rcore-os","isFork":false,"description":"A book about how to write OS kernels in Rust easily.","allTopics":["rust","operating-system","risc-v","k210","rcore"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":112,"starsCount":1165,"forksCount":220,"license":"GNU General Public License v3.0","participation":[0,0,0,1,0,0,1,0,0,0,2,0,1,2,0,0,1,0,2,0,1,0,2,0,0,0,1,0,1,0,2,2,1,0,0,0,0,0,0,1,11,0,0,0,0,0,0,1,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-08-25T14:29:42.506Z"}},{"type":"Public","name":"smoltcp","owner":"rcore-os","isFork":true,"description":"a smol tcp/ip stack","allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":0,"starsCount":2,"forksCount":421,"license":"BSD Zero Clause License","participation":[0,0,0,0,0,4,6,1,13,13,16,7,1,22,6,4,0,5,6,1,0,0,0,1,0,0,0,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-08-11T14:23:15.780Z"}},{"type":"Public","name":"rCore-Tutorial-v3","owner":"rcore-os","isFork":false,"description":"Let's write an OS which can run on RISC-V in Rust from scratch!","allTopics":["rust","risc-v","k210","rcore","operating-system"],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":5,"issueCount":22,"starsCount":1601,"forksCount":458,"license":"GNU General Public License v3.0","participation":[0,2,1,1,0,0,1,0,0,0,0,0,2,0,1,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-08-08T02:22:01.871Z"}},{"type":"Public","name":"arceos-mirror","owner":"rcore-os","isFork":true,"description":"An experimental modular OS written in Rust.","allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":251,"license":"Apache License 2.0","participation":[0,0,0,1,0,0,1,0,2,0,0,0,0,0,0,0,1,2,0,0,2,5,0,0,0,0,0,3,0,2,0,5,1,0,0,2,0,2,0,1,4,10,8,7,2,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-08-07T07:05:50.319Z"}},{"type":"Public","name":"virtio-drivers","owner":"rcore-os","isFork":false,"description":"VirtIO guest drivers in Rust.","allTopics":["rust","hacktoberfest","no-std","virtio","virtio-drivers"],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":5,"issueCount":7,"starsCount":203,"forksCount":62,"license":"MIT License","participation":[1,3,0,0,0,0,2,0,6,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,16,10,6,0,2,12,9,3,2,2,26,3,14,20,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-08-06T16:31:36.056Z"}},{"type":"Public","name":"bitmap-allocator","owner":"rcore-os","isFork":false,"description":"Free space bitmap allocator","allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":1,"starsCount":8,"forksCount":4,"license":"MIT License","participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-07-18T11:49:30.981Z"}},{"type":"Public","name":"blog","owner":"rcore-os","isFork":false,"description":"rcore-os Developer Blog","allTopics":[],"primaryLanguage":{"name":"Stylus","color":"#ff6347"},"pullRequestCount":1,"issueCount":0,"starsCount":39,"forksCount":348,"license":null,"participation":[0,0,0,0,142,49,25,22,38,13,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,2,247,224,10,64,30,20,1,0,0,17,36,0,5,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-07-14T13:40:54.023Z"}},{"type":"Public","name":"trapframe-rs","owner":"rcore-os","isFork":false,"description":"Handle TrapFrame across kernel and user space on multiple ISAs.","allTopics":["rust","operating-system","bare-metal","interrupt","multiple-architectures"],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":3,"starsCount":30,"forksCount":23,"license":"MIT License","participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-07-11T06:16:49.677Z"}},{"type":"Public","name":"rcore-fs","owner":"rcore-os","isFork":false,"description":"The file system module for rCore OS.","allTopics":["filesystem","rust","rcore"],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":1,"starsCount":48,"forksCount":24,"license":"MIT License","participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-13T22:56:28.056Z"}},{"type":"Public","name":"rCore-Tutorial-in-single-workspace","owner":"rcore-os","isFork":true,"description":"没分支的 rCore-Tutorial","allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":19,"license":"Do What The F*ck You Want To Public License","participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-11T06:18:07.035Z"}},{"type":"Public","name":"ext4_rs","owner":"rcore-os","isFork":true,"description":"a cross-platform rust ext4 crate","allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":6,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-08T10:59:06.096Z"}},{"type":"Public","name":"lwext4_rust","owner":"rcore-os","isFork":true,"description":"","allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":6,"license":"GNU General Public License v2.0","participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,10,4,2,0,0,0,1,0,0,3,4,2,6,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-02T00:51:38.564Z"}},{"type":"Public","name":"e1000-driver","owner":"rcore-os","isFork":true,"description":"E1000 driver in Rust for the Intel 82540EP/EM Gigabit Ethernet.","allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":6,"license":"GNU General Public License v2.0","participation":[0,0,0,0,0,1,0,0,0,0,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-05-31T01:20:02.454Z"}},{"type":"Public","name":".github","owner":"rcore-os","isFork":false,"description":"","allTopics":[],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":3,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-05-28T02:01:31.251Z"}},{"type":"Public","name":"RVM1.5","owner":"rcore-os","isFork":false,"description":"A Type-1.5 hypervisor written in Rust.","allTopics":["virtual-machine","hypervisor"],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":2,"starsCount":54,"forksCount":9,"license":"MIT License","participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-05-12T11:57:59.512Z"}},{"type":"Public","name":"easyfs-packer","owner":"rcore-os","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-05-02T13:54:41.629Z"}},{"type":"Public","name":"easyfs","owner":"rcore-os","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-05-02T13:34:15.440Z"}},{"type":"Public","name":"arceos-tutorial-book","owner":"rcore-os","isFork":false,"description":"","allTopics":[],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":39,"forksCount":14,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-04-27T06:56:54.806Z"}},{"type":"Public","name":"zCore","owner":"rcore-os","isFork":false,"description":"Zircon microkernel reimplemented in Rust.","allTopics":["microkernel","zircon"],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":1,"issueCount":37,"starsCount":1715,"forksCount":210,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-04-15T04:21:10.353Z"}},{"type":"Public","name":"testsuits-for-oskernel","owner":"rcore-os","isFork":true,"description":"","allTopics":[],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":29,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-03-09T02:06:13.886Z"}},{"type":"Public","name":"RVM","owner":"rcore-os","isFork":false,"description":"Rcore Virtual Machine","allTopics":["virtual-machine","hypervisor"],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":1,"issueCount":0,"starsCount":106,"forksCount":19,"license":"MIT License","participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-03-06T08:12:35.073Z"}},{"type":"Public","name":"uefi-rs","owner":"rcore-os","isFork":true,"description":"Rust wrapper for UEFI.","allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":4,"issueCount":0,"starsCount":1,"forksCount":156,"license":"Mozilla Public License 2.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-03-03T10:28:20.834Z"}},{"type":"Public","name":"mem_malloc_subsystem","owner":"rcore-os","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":2,"forksCount":0,"license":"Apache License 2.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-02-28T13:10:40.240Z"}},{"type":"Public","name":"rust-for-linux","owner":"rcore-os","isFork":false,"description":"Rust for Linux 设备驱动开发","allTopics":[],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":33,"forksCount":16,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-01-07T14:33:32.291Z"}},{"type":"Public","name":"rcore-os.github.io","owner":"rcore-os","isFork":false,"description":"rCore-OS website","allTopics":["rust","open-source","os"],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-09-14T12:53:45.117Z"}},{"type":"Public","name":"sysHyper","owner":"rcore-os","isFork":true,"description":"a Rust Hypervisor for mission-critical system","allTopics":[],"primaryLanguage":{"name":"Assembly","color":"#6E4C13"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":19,"license":"Mulan Permissive Software License, Version 2","participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-09-03T09:24:54.932Z"}},{"type":"Public","name":"rCore","owner":"rcore-os","isFork":false,"description":"Rust version of THU uCore OS. Linux compatible.","allTopics":["mips","x86-64","osdev","riscv","aarch64","rust"],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":4,"issueCount":7,"starsCount":3436,"forksCount":374,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-08-24T13:46:34.873Z"}},{"type":"Public","name":"nvme_driver","owner":"rcore-os","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":0,"starsCount":30,"forksCount":3,"license":null,"participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-06-01T05:20:13.957Z"}},{"type":"Public","name":"rCore-Tutorial","owner":"rcore-os","isFork":false,"description":"Tutorial for rCore OS step by step (3rd edition) ","allTopics":["tutorial","kernel","os","rust"],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":4,"issueCount":19,"starsCount":462,"forksCount":68,"license":"GNU General Public License v3.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-04-06T15:44:55.599Z"}}],"repositoryCount":90,"userInfo":null,"searchable":true,"definitions":[],"typeFilters":[{"id":"all","text":"All"},{"id":"public","text":"Public"},{"id":"source","text":"Sources"},{"id":"fork","text":"Forks"},{"id":"archived","text":"Archived"},{"id":"template","text":"Templates"}],"compactMode":false},"title":"rcore-os repositories"}