zap8600
zap8600
Yes. I've done so myself. To start the server, I ran `python3 -m http.server` in my terminal.
> Is the Internet tunnel working? You'll have to configure that yourself, but yes, it is. You can also run that locally if I'm correct.
Is there any news on the ARM64 drivers?
Thanks. If I could, I would, but I really can't. I don't know how to make the drivers, or what libraries I need, or commands, or anything like that. And...
I'm interested in trying to create drivers for the ESP32-S3's hardware without the need of ESP-IDF or without anything that ESP-IDF does getting in the way. I do also want...
I will learn, which is what I'm aiming for! I want to see if I can get U-Boot to replace the main app entirely so that only the bare minimum...
Update: I fixed the issue by loading it as a floppy image instead. However, I want to know how I can send the files over serial manually instead of through...
> This is a pretty cool idea! I'd be more than happy to add a little interactive app to my website and give you attribution. > > Honestly, I'm not...
Thanks. This should help me get it working in v86. Also, v86 does support 16-bit real mode. All modern computers (including 64-bit) require it, so v86 requires it as well,...
While I'm working on this, I'm going to present my idea. My idea was to let the user type in (through PS/2) all the C code to compile. Then when...