Hello World

02 septembre 2005


Changelog.txt


12-08-2005: Convertion between HEXA and decimal is ok. Memory conversion and print is ok. the shell is limited to 7 characters but you can input all as you wan, it dont crash the system. I can modify it in future. The bug with "shit" and exit is corrected.

11-08-2005: I worked on memory convertion between HEX and ASCII to be correctly writen on screen.

10-08-2005: Logo is included in S-OS. I have corrected Point.asm to be more clean and now, write a picture to draw on screen is more comprehensible. I rename Os as "H O S T".

09-08-2005: Back to S-OS, i want to change his name because another project already exists and is much older than mine. I worked on pixels to draw and now, i have made a function who is translating x and y to one point to draw on screen, from a file. So now, i have tested this and it is very good but a minors bugs are here. I must input this in S-OS for loading a boot picture and also for begin to make a GUI! hehe!

18-07-2005: Int11 bios function is partialy implemented in kernel.

15-07-2005: S-OS can display in binary format size of memory.


27-06-2005: Added login/password to kernel.added Shell new command : ? for display all commands available.I can say : my kernel can execute commands! yes!

26-06-2005: the 8 character is no resolved but i have added to my kernel the shell for S-OS and it execute 3 commands:shut,vers,and exit. One bug:shit=exit (loll) it works also!! i dont understand why...

21-06-2005: i have worked on commands capture from keyboard for S-OS.it works but i found one bug: you can't write more than 8 characters because it crashes.

17-06-2005: i have worked again on my OS and now, i can write something and reboot them.you can see "root\>" prompt

28-05-2005: change the bug on bochs when my boot message appears on vga bios.

27-05-2005: i have re-make a boot.bin with the help by a man who has write this boot.asm script.I have include his method to make a bootdisk and i have configured my bochs and my usb disk to simulate a real floppy on my laptop. Now, my system is loading.

16-05-2005: i 'm starting to write my own OS and i want to learn assembly langage because it's more responsive than C. so, i dont know how i decide this but I'm do that. My first ASM software is born.