Hi guys. so i wanna code my own Simple Dos-like OS that boots to a prompt with the simple command of "Hello" which should load a message that says "Hello, World!". Would someone be generous enough to give me some source code that just boots and has the command "Hello". I can do everything else from there. all i need is basically the bootloader and the prompt. Thanks!
stillfly122 0 Newbie Poster
Recommended Answers
Jump to PostYou can find extensive information, including sample boot loaders, at OSDev.org. I would recommend being careful about posting to the fora there, however, as they expect you to carry your own weight, and …
Jump to PostI would also recommend using an emulator (e.g., Bochs) or virtualizer (e.g., VirtualBox, QEMU, VirtualPC) rather than running off of live hardware, at least while testing and debugging. If nothing else, it would save you the constant work of rebooting the system as you test it, as you will be …
Jump to PostTo make a bootable 1.44MB disk image, create a binary file
exactly 1474560. The first 512 bytes of this image at the
very beginning will be the Boot Record.Stack may not be initialized upon entry. If so set up
your own stack.mov ax, cs …
All 9 Replies
stillfly122 0 Newbie Poster
Schol-R-LEA 1,446 Commie Mutant Traitor Featured Poster
Zssffssz commented: He seems like the only person that helps people with asembly, he gets there fast and helps you find your answer! +1
stillfly122 0 Newbie Poster
shockna1 0 Newbie Poster
Schol-R-LEA 1,446 Commie Mutant Traitor Featured Poster
ru60hz 0 Newbie Poster
AceStryker 0 Light Poster
Schol-R-LEA 1,446 Commie Mutant Traitor Featured Poster
NotNull 23 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.