Sooooo we can just post anything logical, appropriate, and so on that we want to this forum and have it show up?
Cool...
Search found 4 matches
- Sat Aug 29, 2009 8:31 pm
- Forum: News Discussion
- Topic: Site Upgrades
- Replies: 2
- Views: 53446
- Sat Aug 29, 2009 8:28 pm
- Forum: News Discussion
- Topic: something that we lost...
- Replies: 8
- Views: 92270
Re: something that we lost...
Such as "push eip; pop eax" or "call geteip; geteip: pop eax" etc.Mike wrote:Hello,
There is no standard instruction for accessing eip. If an assembler allows access, it is a nonstandard extension. (Of course, there are standard 'tricks' that can be used to write or read eip.)
- Sun Dec 16, 2007 2:51 am
- Forum: Beginning OS Development
- Topic: puts() using asm
- Replies: 1
- Views: 14362
puts() using asm
Hi guys, I've been studying Demo 5 a lot, and I was thinking we could implement <tt>puts()</tt> using inline assembly. At the beginning of <tt>kmain()</tt>, there would be asm that defines the <tt>Print</tt> macro for printing the string. Then there would be the <tt>puts()</tt> function itself. It w...
- Sat Nov 24, 2007 6:28 pm
- Forum: Beginning OS Development
- Topic: Small CLI kernel?
- Replies: 1
- Views: 14291
Small CLI kernel?
How can I implement a small CLI kernel for my OS? I've looked everywhere, but I haven't found anything...