Just an Unstable, Lame and Ineffective Operating System
Go to file
Julien CLEMENT 290bb39216 update x86_64 crate version
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2022-04-21 15:24:34 +02:00
.cargo feat(heap): refacto memory init and add heap simple allocation 2021-12-08 22:47:46 +01:00
grub feat(grub): update grub config to boot on julios by default 2021-12-04 00:14:54 +01:00
src fix(readme): fix typos in readme 2021-12-13 16:10:38 +01:00
.bochsrc feat(bochs): add .bochsrc 2021-11-29 17:39:55 +01:00
.drone.yml feat(ci): update ci with new toolchain 2021-11-29 15:15:59 +01:00
.gitignore feat(make): update gitignore and Makefile to add source dependency 2021-11-29 17:52:20 +01:00
Cargo.lock update x86_64 crate version 2022-04-21 15:24:34 +02:00
Cargo.toml update x86_64 crate version 2022-04-21 15:24:34 +02:00
Makefile Merge branch 'master' of git.juju.re:juju/JuliOS 2021-12-07 19:01:23 +01:00
README.md fix(readme): fix typos in readme 2021-12-13 16:10:38 +01:00
x86_64-julios.json feat(target): create custom target 2021-11-28 01:40:58 +01:00

JuliOS

Just an Unstable, Lame and Ineffective Operating System

Build requirements

  • rust nightly
  • rust-src (rustup component add rust-src)
  • grub2
  • xorriso

Build

make        # The kernel and an ISO
make run    # Run qemu on the ISO
make debug  # Run bochs on the ISO
make clean  # Clean everything