introduction to my OS
Posted: Mon Jan 27, 2020 1:16 am
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
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