What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
Here is something that will make you cry...
Some work has been done (paging, keyboard, info bar).
Build: X.Y.Z:
X = Alpha (A) || Beta (B) || Release (R)
Y = Revision (1, 2, 3, n)
Z = Significant Build Number (1, 2, 3, n)
Nothing special, just to warm myself up.
Some work has been done (paging, keyboard, info bar).
Build: X.Y.Z:
X = Alpha (A) || Beta (B) || Release (R)
Y = Revision (1, 2, 3, n)
Z = Significant Build Number (1, 2, 3, n)
Nothing special, just to warm myself up.
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
Re: What does your OS look like? (Screen Shots..)
Yep, this will make me cry... because I HAVE PAGING CODE BUT IT DOESN'T WORK AAAAAAAAAAAAAAAA </butthurt>
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Re: What does your OS look like? (Screen Shots..)
Damn! I wish you luck with that.catnikita255 wrote:Yep, this will make me cry... because I HAVE PAGING CODE BUT IT DOESN'T WORK AAAAAAAAAAAAAAAA </butthurt>
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
Re: What does your OS look like? (Screen Shots..)
PCI brute-force scan in U365.
- Attachments
-
- Screenshot_20161009_105559.png (2.67 KiB) Viewed 4813 times
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Re: What does your OS look like? (Screen Shots..)
Glad you fixed it.catnikita255 wrote:PCI brute-force scan in U365.
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
Re: What does your OS look like? (Screen Shots..)
I finally have something to show:
1.I finally remade my memory manager
2.I ported (from revision 2) and improved my text manager
3.I ported (from revision 2) and improved my shell (ex master terminal)
4.I ported (from revision 2) and improved my keyboard driver
5.I ported (from revision 2) and improved my graphics driver (BGA)
5.Now my graphical things are more organized, libraries etc...
6.Fixed some minor PCI bugs
7.Easier to read code, better code organization, self made libraries...
I still have to port lots of things from revision 2 and improve them, then I can start adding new features.
1.I finally remade my memory manager
2.I ported (from revision 2) and improved my text manager
3.I ported (from revision 2) and improved my shell (ex master terminal)
4.I ported (from revision 2) and improved my keyboard driver
5.I ported (from revision 2) and improved my graphics driver (BGA)
5.Now my graphical things are more organized, libraries etc...
6.Fixed some minor PCI bugs
7.Easier to read code, better code organization, self made libraries...
I still have to port lots of things from revision 2 and improve them, then I can start adding new features.
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
Re: What does your OS look like? (Screen Shots..)
Thanks!octacone wrote:Glad you fixed it.catnikita255 wrote:PCI brute-force scan in U365.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Re: What does your OS look like? (Screen Shots..)
Good! I always thinked that your rev.2 is better, but now you mixed 2 and 3 revisions and this is awesome.octacone wrote:I finally have something to show:
1.I finally remade my memory manager
2.I ported (from revision 2) and improved my text manager
3.I ported (from revision 2) and improved my shell (ex master terminal)
4.I ported (from revision 2) and improved my keyboard driver
5.I ported (from revision 2) and improved my graphics driver (BGA)
5.Now my graphical things are more organized, libraries etc...
6.Fixed some minor PCI bugs
7.Easier to read code, better code organization, self made libraries...
I still have to port lots of things from revision 2 and improve them, then I can start adding new features.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Re: What does your OS look like? (Screen Shots..)
Finally took the time to implement most of the escape codes to my consoles (mainly for different colors).
Also fixed alot of code but thats stuff I cant show in here
Also fixed alot of code but thats stuff I cant show in here
Re: What does your OS look like? (Screen Shots..)
Thanks! It will be even better than this.catnikita255 wrote:Good! I always thinked that your rev.2 is better, but now you mixed 2 and 3 revisions and this is awesome.octacone wrote:I finally have something to show:
1.I finally remade my memory manager
2.I ported (from revision 2) and improved my text manager
3.I ported (from revision 2) and improved my shell (ex master terminal)
4.I ported (from revision 2) and improved my keyboard driver
5.I ported (from revision 2) and improved my graphics driver (BGA)
5.Now my graphical things are more organized, libraries etc...
6.Fixed some minor PCI bugs
7.Easier to read code, better code organization, self made libraries...
I still have to port lots of things from revision 2 and improve them, then I can start adding new features.
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
Re: What does your OS look like? (Screen Shots..)
Totally triggered!!!Ch4ozz wrote:Finally took the time to implement most of the escape codes to my consoles (mainly for different colors).
Also fixed alot of code but thats stuff I cant show in here
Apart from that . Cool looking interface, I wish I had something as cool.
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
Re: What does your OS look like? (Screen Shots..)
Thanksoctacone wrote:Totally triggered!!!
Apart from that . Cool looking interface, I wish I had something as cool.
You dont like my awesome window controls?
Re: What does your OS look like? (Screen Shots..)
You could always just use Unicode: U+1F5D5 (minimize) U+1F5D6 (maximize) U+1F5D7 (restore) U+1F5D9 (close) *runs*
Also fix your forum, I tried embedding the characters directly but it threw me an error =/
Anyway, I should stop being lazy:
No, they don't do anything yet.
Also fix your forum, I tried embedding the characters directly but it threw me an error =/
Anyway, I should stop being lazy:
No, they don't do anything yet.
Re: What does your OS look like? (Screen Shots..)
Wow, I didn't known about characters.Sik wrote:You could always just use Unicode: U+1F5D5 (minimize) U+1F5D6 (maximize) U+1F5D7 (restore) U+1F5D9 (close) *runs*
Also fix your forum, I tried embedding the characters directly but it threw me an error =/
Anyway, I should stop being lazy:
No, they don't do anything yet.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Re: What does your OS look like? (Screen Shots..)
catnikita, is that composite display?
Last edited by Ycep on Wed Oct 12, 2016 4:26 am, edited 1 time in total.