Skip to content

Commit

Permalink
Update README.md with How to Build link
Browse files Browse the repository at this point in the history
Signed-off-by: 640KB <640kb@glabios.org>
  • Loading branch information
640-KB authored Jan 3, 2024
1 parent ba6e019 commit b291990
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ If you aren't familiar with the reference, ask a gamer.
- [MartyPC](https://dbalsom.github.io/martypc/web/player.html?title=freedos)
- [VirtualXT](https://phix.itch.io/virtualxt)

### Building GLaBIOS

[How to Build Wiki page](https://github.com/640-KB/GLaBIOS/wiki/How-to-build)

### More questions?

[Check out the Wiki](https://github.com/640-KB/GLaBIOS/wiki)!
Expand Down Expand Up @@ -101,23 +105,6 @@ Flight Simulator 1.0

![Screenshot FS1 08-01-22](https://raw.githubusercontent.com/640-KB/GLaBIOS/main/images/ss_gb_fs1_1.png)

## BUILD NOTES:

### Assembler Version

Build using MASM 5 or later.

### Build Process:

1. `MASM GLABIOS;`
2. `LINK GLABIOS;` Will create GLABIOS.EXE.
3. Run `GLA2ROM GLABIOS` to convert to an 8 KiB ROM file.

OR

1. Convert EXE manually by removing the EXE header (the first 512 bytes of the EXE file) and extracting the last 8 KiB
2. Calculate 8-bit checksum byte and insert into relative file offset `1FFF` in GLABIOS.ROM.

### Contact

Please send bug reports, feedback, questions or thoughts to 640kb@glabios.org or submit an [Issue](../../issues).
Expand Down

0 comments on commit b291990

Please sign in to comment.