Just an Unstable, Lame and Ineffective Operating System
Go to file
Julien CLEMENT c54cb174de
All checks were successful
continuous-integration/drone/push Build is passing
Merge branch 'master' of git.juju.re:juju/JuliOS
2021-12-07 19:01:23 +01:00
.cargo feat(grub): add multi-boot support and long mode swap 2021-11-29 14:59:34 +01:00
grub feat(grub): update grub config to boot on julios by default 2021-12-04 00:14:54 +01:00
src feat(paging): add frame allocator and mapping test 2021-12-07 19:00:34 +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 feat(paging): add frame allocator and mapping test 2021-12-07 19:00:34 +01:00
Cargo.toml feat(paging): add frame allocator and mapping test 2021-12-07 19:00:34 +01:00
Makefile Merge branch 'master' of git.juju.re:juju/JuliOS 2021-12-07 19:01:23 +01:00
README.md feat(readme): update readme with build requirements 2021-12-05 21:25:13 +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 Innefective 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 everythin