Page 1 of 1

introduction to my OS

Posted: Mon Jan 27, 2020 1:16 am
by lycmtz
I implemented one simple PC OS for learning. it runs on USB flash disk (NOT affect your hard disk).
it supports:
multiple tasks, semaphore, message-based communication, memory management;
PCI bus, USB host controller (OHCI, EHCI);
USB mice (HID), USB flash disk (mass storage);
FAT32 file system;
BMP image file;
graphical user interface (GUI), SVGA;
wifi dongle (tp-link WN725N);

I put it here: https://github.com/lycmtz/os

I hope it could run on all PC (no compatibility issue), is there anyone want to try this OS?
if the OS could run on your PC, could you please leave the model of your PC and USB flash disk?
if you like it, please start my repository.
thank you everyone

Re: introduction to my OS

Posted: Mon Jan 27, 2020 3:49 am
by lycmtz
now I added the screenshot:
screenshot.png
screenshot.png (111.38 KiB) Viewed 1726 times

Re: introduction to my OS

Posted: Mon Jan 27, 2020 4:13 am
by GeGuNa
good job 8)

Re: introduction to my OS

Posted: Mon Jan 27, 2020 4:19 am
by lycmtz
GeGuNa wrote:good job 8)
thank you :)

Re: introduction to my OS

Posted: Mon Jan 27, 2020 7:47 am
by max
A little hard for me to read the log on this colorful background :mrgreen: But looks like you did good work, keep it up!

Re: introduction to my OS

Posted: Mon Jan 27, 2020 9:28 am
by lycmtz
max wrote:A little hard for me to read the log on this colorful background :mrgreen: But looks like you did good work, keep it up!
this OS runs in real PC (not virtual machine), I take a photo with my phone :-)