fix(readme): fix typos in readme
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2021-12-13 16:10:38 +01:00
parent 37432ef902
commit 609edb2bff
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# JuliOS
Just an Unstable, Lame and Innefective Operating System
Just an Unstable, Lame and Ineffective Operating System
# Build requirements
@ -15,5 +15,5 @@ Just an Unstable, Lame and Innefective Operating System
make # The kernel and an ISO
make run # Run qemu on the ISO
make debug # Run bochs on the ISO
make clean # Clean everythin
make clean # Clean everything
```

View File

@ -180,7 +180,7 @@ bits 64
long_mode_start:
; load 0 into all data segment registers
mov ax, 0
xor rax, rax
mov ss, ax
mov ds, ax
mov es, ax