-
- Downloads
initial commit
parents
Branches
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Cargo.lock 7 additions, 0 deletionsCargo.lock
- Cargo.toml 9 additions, 0 deletionsCargo.toml
- Makefile 48 additions, 0 deletionsMakefile
- build.rs 1 addition, 0 deletionsbuild.rs
- iso/boot/.gitignore 1 addition, 0 deletionsiso/boot/.gitignore
- iso/boot/grub/grub.cfg 7 additions, 0 deletionsiso/boot/grub/grub.cfg
- src/arch/x86_64/boot.rs 9 additions, 0 deletionssrc/arch/x86_64/boot.rs
- src/arch/x86_64/boot.s 218 additions, 0 deletionssrc/arch/x86_64/boot.s
- src/arch/x86_64/kernel.ld 28 additions, 0 deletionssrc/arch/x86_64/kernel.ld
- src/main.rs 16 additions, 0 deletionssrc/main.rs
.gitignore
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
Makefile
0 → 100644
build.rs
0 → 100644
iso/boot/.gitignore
0 → 100644
iso/boot/grub/grub.cfg
0 → 100644
src/arch/x86_64/boot.rs
0 → 100644
src/arch/x86_64/boot.s
0 → 100644
src/arch/x86_64/kernel.ld
0 → 100644
src/main.rs
0 → 100644
Please register or sign in to comment