OS Development

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Locked
RUSSIANEMPIRE
Posts: 7
Joined: Sun Nov 15, 2015 12:39 pm
Libera.chat IRC: CAT

OS Development

Post by RUSSIANEMPIRE »

How To Create An OS From C ?, How To Compile C To Flat Binary ?, How C Library Needed To Compile It ?, But I Want To Generate Pure Binary, And Load My Code From My Own Bootloader, I Create My Bootloader Using Pure NASM Assembly, And How To Loading C Code In Pure NASM Assembly Instruction ?, I Use Cygwin With Windows 10

Thanks :D :D :D Please Answer
User avatar
SpyderTL
Member
Member
Posts: 1074
Joined: Sun Sep 19, 2010 10:05 pm

Re: OS Development

Post by SpyderTL »

The answer to all of these questions would be a hundred pages long. Please just read the wiki...
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
User avatar
cmpsb
Posts: 4
Joined: Sat Nov 14, 2015 3:59 am
Location: Netherlands
Contact:

Re: OS Development

Post by cmpsb »

How To Create An OS From C ?
http://wiki.osdev.org/Bare_Bones
How To Compile C To Flat Binary ?
http://stackoverflow.com/a/1647405
How C Library Needed To Compile It ?
http://wiki.osdev.org/How_kernel,_compi ... k_together
But I Want To Generate Pure Binary, And Load My Code From My Own Bootloader, I Create My Bootloader Using Pure NASM Assembly, And How To Loading C Code In Pure NASM Assembly Instruction ?
http://wiki.osdev.org/Rolling_Your_Own_Bootloader

:roll:

Code: Select all

repne cmpsb
Locked