Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wa1tnr/oberon-tnr-a
ETH Oberon / PC Native 05.01.2003 - local snippets and such - instantiated Mon 22 Jan 2024
https://github.com/wa1tnr/oberon-tnr-a
eth-oberon oberon oberon-system
Last synced: 22 days ago
JSON representation
ETH Oberon / PC Native 05.01.2003 - local snippets and such - instantiated Mon 22 Jan 2024
- Host: GitHub
- URL: https://github.com/wa1tnr/oberon-tnr-a
- Owner: wa1tnr
- Created: 2024-01-22T21:06:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T21:48:50.000Z (12 months ago)
- Last Synced: 2024-04-19T17:24:13.388Z (9 months ago)
- Topics: eth-oberon, oberon, oberon-system
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Oberon-tnr-a
##### Mon 22 Jan 20:56:25 UTC 2024
Oberon 2003 3 Jan - snippets expected in this repository.
Maybe other stuff.
```
DMode=00000142H
```result: `640x480x32` display resolution (`143H is 800x600x32`)
Do that after pressing and holding SHIFT as Oberon boots
(in QEMU anyway) in the text-only boot prompt part of the
boot process (normally continues without stopping or
prompting).`DMode` is a VESA mode and can by typed there.
```
c to continue
w to write changes to the disk img file (raw format)
```##### end.