fix(readme): fix typos in readme
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
37432ef902
commit
609edb2bff
@ -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
|
||||
```
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user