-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# GoGX-OS | ||
|
||
This is a simple Operating system made with limine bootloader, it is planned to be a console operating system. uses BIOS | ||
|
||
# Compilation | ||
- Step 1: | ||
```cd source``` | ||
- Step 2: | ||
``` make``` | ||
- Step 3: | ||
```cd ..``` | ||
- Step 4: | ||
```make``` | ||
|
||
Done! now you have the bootable .iso file you can use qemu or Virtual box | ||
|
||
# Virtual Box settings | ||
UEFI - OFF | ||
|
||
OS TYPE - Other/Unkown 64-bit |