introduction to my OS

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
lycmtz
Posts: 5
Joined: Mon Jan 27, 2020 1:08 am

introduction to my OS

Post 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
lycmtz
Posts: 5
Joined: Mon Jan 27, 2020 1:08 am

Re: introduction to my OS

Post by lycmtz »

now I added the screenshot:
screenshot.png
screenshot.png (111.38 KiB) Viewed 1709 times
GeGuNa
Posts: 12
Joined: Sun Apr 02, 2017 11:43 am

Re: introduction to my OS

Post by GeGuNa »

good job 8)
lycmtz
Posts: 5
Joined: Mon Jan 27, 2020 1:08 am

Re: introduction to my OS

Post by lycmtz »

GeGuNa wrote:good job 8)
thank you :)
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

Re: introduction to my OS

Post 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!
lycmtz
Posts: 5
Joined: Mon Jan 27, 2020 1:08 am

Re: introduction to my OS

Post 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 :-)
Post Reply