fix readme

This commit is contained in:
nub31
2025-08-30 20:41:19 +02:00
parent a9d597c9f8
commit 75e30fa3dc

View File

@@ -5,7 +5,6 @@
### Building the kernel ### Building the kernel
- `make` - `make`
- `mtools`
- `i386-elf-gcc` - `i386-elf-gcc`
- `i386-elf-ld` - `i386-elf-ld`
- `i386-elf-as` - `i386-elf-as`
@@ -13,6 +12,7 @@
### Creating a disk image ### Creating a disk image
- `grub` - `grub`
- `mtools`
## Building ## Building