Happy new year!
Happy new year!
Yet another year was spend. A lot of questions (including noob ones) was asked, a lot of bugs was spotted and fixed. I really wish everyone to have a lot of good things in their lives, not to concentrate on OSDev too much, to fix bugs, add new functionality to their projects, to find themselves in life and not to be catched by trap of following others' rules. Happy new year!
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
- Alan Kay
- max
- Member
- Posts: 616
- Joined: Mon Mar 05, 2012 11:23 am
- Libera.chat IRC: maxdev
- Location: Germany
- Contact:
Re: Happy new year!
Thanks for your wishes Roman, all the same for you. Happy new year for you and all OSDevers ^-^Roman wrote:Yet another year was spend. A lot of questions (including noob ones) was asked, a lot of bugs was spotted and fixed. I really wish everyone to have a lot of good things in their lives, not to concentrate on OSDev too much, to fix bugs, add new functionality to their projects, to find themselves in life and not to be catched by trap of following others' rules. Happy new year!
- xenos
- Member
- Posts: 1118
- Joined: Thu Aug 11, 2005 11:00 pm
- Libera.chat IRC: xenos1984
- Location: Tartu, Estonia
- Contact:
Re: Happy new year!
Head uut aastat! С новым годом! Frohes Neues! Happy new year!
Re: Happy new year!
Roman I envy you! I was thinking in creating this post, but you came before me . Anyway, as my signature has always said, Happy New Code, and Happy New Year !
Happy New Code!
Hello World in Brainfuck :[/size]
Hello World in Brainfuck :
Code: Select all
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
-
- Member
- Posts: 307
- Joined: Wed Oct 30, 2013 1:57 pm
- Libera.chat IRC: no92
- Location: Germany
- Contact:
Re: Happy new year!
26 minutes in, nothing bad happened yet. First post this year (for me)! Have a good 2015!
Re: Happy new year!
It's exactly 5:30:00 p.m. (at post time...) here in Costa Rica. I still have to wait 6:30 hours
Happy New Code!
Hello World in Brainfuck :[/size]
Hello World in Brainfuck :
Code: Select all
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Re: Happy new year!
Yay!
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Happy new year!
Happy new year everyone!
- Bender
- Member
- Posts: 449
- Joined: Wed Aug 21, 2013 3:53 am
- Libera.chat IRC: bender|
- Location: Asia, Singapore
Re: Happy new year!
No one gives credit to this little sphere doing all the work?Some random fellow wrote: 18:05:59 <Bender|> 2015 b*tches
18:06:58 <Bender|> Congratulations to our little planet to finish another revolution without getting hit by asteroids, other planets and without losing moon.
And yeah, Happy new year!
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
(R3X Runtime VM)(CHIP8 Interpreter OS)
Re: Happy new year!
For the spheres to always be in a good mood! And happy new year!Bender wrote:No one gives credit to this little sphere doing all the work?
Re: Happy new year!
Will 2015 be the year of new OSs? Or will it be the year of the Linux desktop? The former is more likely.
Re: Happy new year!
There are pretty mature OSs on here around. From the few threads I've seen from 12:00 a.m. GMT-6:00, January 1, 2015 a.C to this post, it seems that there are less noobish people around I've only seen two of those, one about using BIOS Interrupts on protected mode and the other one (although it seems like a simple mistake, and the OP appears to be a good developer, it's a noobish question) about writing text to VGA memory (he was using char* instead of uint16_t* ).Antti wrote:Will 2015 be the year of new OSs? Or will it be the year of the Linux desktop? The former is more likely.
Happy New Code!
Hello World in Brainfuck :[/size]
Hello World in Brainfuck :
Code: Select all
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Happy new year!
Typing VGA memory as a byte array is a very accurate choice, and even preferable if you're not just using it for text modeKemyLand wrote:about writing text to VGA memory (he was using char* instead of uint16_t* ).
Re: Happy new year!
Sorry for the confusion . He was using the basic 25x80 VGA text mode left by GRUB.Combuster wrote:Typing VGA memory as a byte array is a very accurate choice, and even preferable if you're not just using it for text modeKemyLand wrote:about writing text to VGA memory (he was using char* instead of uint16_t* ).
Happy New Code!
Hello World in Brainfuck :[/size]
Hello World in Brainfuck :
Code: Select all
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.