tomos-developer Mailing List for tomos
Brought to you by:
tomasz_gorol
You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: none o. <bet...@li...> - 2012-04-19 19:44:04
|
sorry for long reply time do this: nasm -f bin -o kernel.bin kernel.asm that easy i am making my own operating system right now |
From: none o. <bet...@li...> - 2012-04-19 19:39:32
|
it says "none ofyourbussines" but my old email does not work anymore so i made a new email!!! |
From: none o. <bet...@li...> - 2012-04-19 19:36:46
|
bits 16 org 100h start: mov si, msg syscall os_print_string msg: db 'welcome to tomos this is my application', 10,13,0 db 'author: mikey', 10,13,0 db 'type: bin', 0 ret |
From: 张慧聪 <zhc...@gm...> - 2011-11-08 13:44:07
|
hey, How 2 compile it? How to run ? 2011/11/4 mikey sibert <mi...@li...> > Here is the kernel file for the new app loading. > The apps must be ORGed to 32000 to run. > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Tomos-developer mailing list > Tom...@li... > https://lists.sourceforge.net/lists/listinfo/tomos-developer > > -- http://blog.bukn.info |
From: mikey s. <mi...@li...> - 2011-11-03 20:48:49
|
Hello i really want you to look at my project on Sourceforge and post to it. |
From: mikey s. <mi...@li...> - 2011-11-03 19:16:33
|
The kernel will now run apps that are up to 32kb. That is very good for future versions of our operating system. |
From: Tomasz G. <ga...@o2...> - 2011-01-29 20:23:52
|
Hi fcomp Sorry for such a long response but I had some health problems. I wouldn't say that TomOS is under intensive development but I will release something soon. I was mostly tidying the code On Mon, 20 Dec 2010 09:39:34 -0500 Felix Angga <xt...@gm...> wrote: > Hy, just want to introduce myself .. hehehe :) > my name felix, just call me fcomp. > > Hmm, is this project still active ?? > |
From: Felix A. <xt...@gm...> - 2010-12-20 14:39:43
|
Hy, just want to introduce myself .. hehehe :) my name felix, just call me fcomp. Hmm, is this project still active ?? -- F_Computer |