Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymiiOrg authored May 4, 2024
1 parent 60a537e commit 98d7613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-and-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
BUILD_DATE: ${{ steps.date.outputs.date }}

linux-x86-gcc:
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Please read the [Installation Guide](https://github.com/lenticularis39/axpbox/wi
- OpenVMS host support was dropped
- es40 and es40_cfg were merged into one executable (axpbox)
- The code was cleaned to compile without warnings on most compilers
- Code modernizing, replacing POCO framework parts by native C++ counterparts not available in 2008 (std::threads, etc)
- Code modernizing, replacing POCO framework parts by native C++11 counterparts not available in 2008 (std::threads, etc)
- Incorporate various patches from other es40 forks, for example, added MC146818 periodic interrupt to allow netbsd to boot and install, skip_memtest for faster booting.
- Bug fixes, less segfaults, overall less crashes.
- [More](https://github.com/lenticularis39/axpbox/wiki/) documentation and usage information on the various features and operating systems
Expand All @@ -48,5 +48,4 @@ Please read the [Installation Guide](https://github.com/lenticularis39/axpbox/wi
- Multiple CPU system emulation
- Running on big endian platforms
- Some SCSI and IDE commands
- Networking for a longer time (breaks after a couple minutes)
- Copying large files between IDE CD-ROM to IDE hard drive (this usually doesn't affect OpenVMS installation)

0 comments on commit 98d7613

Please sign in to comment.