Yes. It's a lottery scheduler.akasei wrote:Every process gets random time to work?
What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
My blog: http://www.rivencove.com/
Re: What does your OS look like? (Screen Shots..)
My GUI is coming along well, it now has curved windows and some transparency. The screenshot shows the terminal, and a "hello world" application testing text rendering, and performance.
Re: What does your OS look like? (Screen Shots..)
Cool for now, mariuszp!
But, you could work little bit on close, maximize and minimize buttons, after that it will be great!
But, you could work little bit on close, maximize and minimize buttons, after that it will be great!
- Mikaku
- Member
- Posts: 43
- Joined: Sat Jun 25, 2016 8:29 am
- Libera.chat IRC: Mikaku
- Location: Catalonia
- Contact:
Re: What does your OS look like? (Screen Shots..)
Hello everybody,
This is my first post and I'd want to contribute to this screen-shots round with my UNIX-like kernel called Fiwix (currently at v0.8.2) booting on a floppy disk with the Minix v1 filesystem and using a Busybox environment.
This is my first post and I'd want to contribute to this screen-shots round with my UNIX-like kernel called Fiwix (currently at v0.8.2) booting on a floppy disk with the Minix v1 filesystem and using a Busybox environment.
-
- Member
- Posts: 501
- Joined: Wed Jun 17, 2015 9:40 am
- Libera.chat IRC: glauxosdever
- Location: Athens, Greece
Re: What does your OS look like? (Screen Shots..)
Hi,
Your screenshots are very interesting and I wish my OS was such advanced...
I have to compromise with implementing a basic scheduler.
Regards,
glauxosdever
Your screenshots are very interesting and I wish my OS was such advanced...
I have to compromise with implementing a basic scheduler.
Regards,
glauxosdever
Re: What does your OS look like? (Screen Shots..)
Are you allocating enough time to each task?glauxosdever wrote:Hi,
Your screenshots are very interesting and I wish my OS was such advanced...
I have to compromise with implementing a basic scheduler.
Regards,
glauxosdever
-
- Member
- Posts: 501
- Joined: Wed Jun 17, 2015 9:40 am
- Libera.chat IRC: glauxosdever
- Location: Athens, Greece
Re: What does your OS look like? (Screen Shots..)
Hi,
I allocate enough time. It just does not seem much because I update the screen (for now) on every log_printf call. Here log_printf is called for every letter.
Regards,
glauxosdever
I allocate enough time. It just does not seem much because I update the screen (for now) on every log_printf call. Here log_printf is called for every letter.
Regards,
glauxosdever
- CorruptedByCPU
- Member
- Posts: 79
- Joined: Tue Feb 11, 2014 4:59 pm
Re: What does your OS look like? (Screen Shots..)
Something new
https://blackdev.org/ - system programming, my own 64 bit kernel and software.
- BrightLight
- Member
- Posts: 901
- Joined: Sat Dec 27, 2014 9:11 am
- Location: Maadi, Cairo, Egypt
- Contact:
Re: What does your OS look like? (Screen Shots..)
Did you write a web server for your OS? Cool!
You know your OS is advanced when you stop using the Intel programming guide as a reference.
- CorruptedByCPU
- Member
- Posts: 79
- Joined: Tue Feb 11, 2014 4:59 pm
Re: What does your OS look like? (Screen Shots..)
Yes, answer for GET / HTML1.1 (200) and error 404 File not found, if anything else.omarrx024 wrote:Did you write a web server for your OS? Cool!
https://blackdev.org/ - system programming, my own 64 bit kernel and software.
Re: What does your OS look like? (Screen Shots..)
Having a working network module is still the best thing to have
- CorruptedByCPU
- Member
- Posts: 79
- Joined: Tue Feb 11, 2014 4:59 pm
Re: What does your OS look like? (Screen Shots..)
I did not expect to run...
https://blackdev.org/ - system programming, my own 64 bit kernel and software.
Re: What does your OS look like? (Screen Shots..)
Finally!!! After hours of debugging, coding, sadness... I finally made it work!
It is a "simple" code but makes me happy.
ASM can be tough.
It is a "simple" code but makes me happy.
ASM can be tough.
- Attachments
-
- EpicStuff.png (7.2 KiB) Viewed 5089 times
Last edited by Octacone on Thu May 11, 2017 11:59 am, edited 1 time in total.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
- BrightLight
- Member
- Posts: 901
- Joined: Sat Dec 27, 2014 9:11 am
- Location: Maadi, Cairo, Egypt
- Contact:
Re: What does your OS look like? (Screen Shots..)
thehardcoreOS: did you write a firmware? Or is that an OS dependent on the BIOS?
You know your OS is advanced when you stop using the Intel programming guide as a reference.
Re: What does your OS look like? (Screen Shots..)
This is just a simple "bootloader".omarrx024 wrote:thehardcoreOS: did you write a firmware? Or is that an OS dependent on the BIOS?
It is not really a bootloader since it can only print some cool looking text.
I want to develop this further and make so it can boot my kernel.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader