Updating the file nobody never reads
This commit is contained in:
parent
55fb99f0e1
commit
e9eaf218a1
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
# rOSka
|
# rOSka
|
||||||
Multiboot compatible stupid useless OS-like project that is literally trash.
|
Multiboot compatible stupid useless OS-like project that is literally trash.
|
||||||
## Compatibility
|
## Compatibility
|
||||||
32bit x86 legacy BIOS system
|
- 32bit x86 compatible CPU required
|
||||||
|
- Booting is done with a MultiBoot compatible bootloader (for example Grub)
|
||||||
|
- 1024x768 with 24 or 32 bpp linear framebuffer graphics
|
||||||
|
- At some point tested with an old Pentium III (legacy BIOS) and a Ryzen 7 in
|
||||||
|
EFI mode. Currently aiming to support both systems.
|
||||||
## Building
|
## Building
|
||||||
FASM is used as the assembler.
|
FASM is used as the assembler.
|
||||||
|
|
Loading…
Reference in a new issue