Testing the xOS kernel [MY OS!]
Loading...
1,489
Loading...
Uploader Comments (acount134)
see all
All Comments (26)
-
@MrApplseed Sorry for the late response, I use a program called Winimage. Winimage allows you to create virtual floppy images and choose the bootloader option and format the disk in anyway you please.
-
@acount134 Yup, the bootloader and the kernel are separate. I know I could just write it to the first sector of a floppy, but how do I compile all of this into a floppy virtually?
-
@MrApplseed Are the bootloader and kernel separate? If your bootloader is your only part of the OS, then just write it to the first sector of a floppy; otherwise you have to choose either to use FAT12 to load your kernel or write in consecutive sectors.
-
@acount134 Well, I wrote my own bootloader...
Loading...
is that an OS???
seems to be alike with C++.
seems to be not an OS but a program that runs in an OS
taejamhaha 5 months ago
@taejamhaha This is my old kernel, written in assembly, running under FreeDOS. The structure of my kernel is identical to a MS-DOS com file, therefore it can operate in any realmode environment (with the exception of the loading segment being something other than 0060:0000 causing a few memory problems).
acount134 5 months ago
@acount134 aw...
so if you're to make an OS...
also think about your hardware.
Windows seems to fit in everything ^^
taejamhaha 5 months ago
@taejamhaha well first off it's in Linux, but it's still irrelevant. My code uses the BIOS, but is being emulated through a program called DOSemu. As for hardware, see my latest video for I posted the source in the description as well.
acount134 5 months ago
@acount134 please post a video tutorial how you made this!! THANKS!!!!
taejamhaha 5 months ago
@taejamhaha Check out my latest OS video. It has the source in the description.
acount134 5 months ago