Show HN: ExDOS 64-bit version source code release
1–10 of 28 posts
Re: Show HN: ExDOS 64-bit version source code release
#2Maybe someone could change this to a Show HN?
Re: Show HN: ExDOS 64-bit version source code release
#3Re: Show HN: ExDOS 64-bit version source code release
#4Related: https://news.ycombinator.com/item?id=10045254
Re: Show HN: ExDOS 64-bit version source code release
#5Related: https://news.ycombinator.com/item?id=10045254
That OS is also developed by me, but it was 32-bit and had design issues. So I redesigned it and rewrote it in 64-bit and here it is.
Re: Show HN: ExDOS 64-bit version source code release
#6https://github.com/omarrx024/exdos64 Maybe someone could change this to a Show HN?
Re: Show HN: ExDOS 64-bit version source code release
#7Can I ask what references you used to figure out how to write certain pieces of this? There is a torrent of information online, but you've probably got a very good (curated) set of links or books that you recommend.
Re: Show HN: ExDOS 64-bit version source code release
#8Re: Show HN: ExDOS 64-bit version source code release
#9It (almost) runs on copy.sh V86 emulator: https://copy.sh/v86/
I see the boot process with dots (like linux) and after I have the following message with a red background (if that can help):
ExDOS64 version 0.01 built 26.03.2016
=====================================
Boot error: CPU is not 64-bit capable...
The last lines of the Javascript console: [CPU ] mode=real/16 paging=0 vm=0 iopl=0 cpl=0 if=1 cs:eip=0xF000:0x0000FFF0 cs_off=0x000F0000 flgs=0x202 ss:esp=0x0000:0x00000F32 log.js:13:9
[CPU ] far return eip=0x0000CB01 cs=0xF000 stack_adjust=0x0Re: Show HN: ExDOS 64-bit version source code release
#10Very cool! It (almost) runs on copy.sh V86 emulator: https://copy.sh/v86/ I see the boot process with dots (like linux) and after I have the following message with a red background (if that can help): ExDOS64 version 0.01 built 26.03.2016 ===================================== Boot error: CPU is not 64-bit capable... The last lines of the Javascript console: [CPU ] mode=real/16 paging=0 vm=0 iopl=0 cpl=0 if=1 cs:eip=0…