BookOS-v0.4 here

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
JasonHu
Posts: 3
Joined: Thu May 23, 2019 8:24 am
Libera.chat IRC: JasonHu

BookOS-v0.4 here

Post by JasonHu »

What is Book OS?
It is a x86 32bits operate system. It's a nice dish! 8)
Memory manage for 4G.
process and thread.
Bofs file system.
Bogui graphic.
Mouse and Keyboard.
ATA harddisk.
Ramdisk.
PCI device manage.
App -bosh :)
And so on...
We are from China. We want to make it better! 8)
This is our github: https://github.com/huzichengdevelop/Book-OS
And This is our Website: http://www.book-os.org/
My e-maile: [email protected]
If you are interested in it, you can send e-mail to me or push request to github. :D
And I am waiting for your advice.
Attachments
desktop of Book os
desktop of Book os
start picture
start picture
start.jpg (10.48 KiB) Viewed 4323 times
Last edited by JasonHu on Fri May 24, 2019 12:42 am, edited 2 times in total.
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

Re: Introduce the system I developed -[bookos]

Post by Octacone »

Hi,

This shouldn't really be posted here.
You are better off posting it under "Announcements, Test Requests, & Job openings".

Anyways, nice looking OS.
I wanted to try it...but...
How to run BookOS in linux(ubuntu linuxmint...):
1.You need setup some essential packages:
sudo apt-get install gcc make build-essential
sudo apt-get install qemu qemu-user-static
sudo apt-get install nasm vgabios bochs bochs-x bximage
2.Changing your current dictionary to src and make:
cd $workdir/src
make
3.Have fun
I don't think so...no fun in there...
It would be nice if there was an ISO image, so I can run it in Virtual Box.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
JasonHu
Posts: 3
Joined: Thu May 23, 2019 8:24 am
Libera.chat IRC: JasonHu

Re: Introduce the system I developed -[bookos]

Post by JasonHu »

I'm glad I got a response and you are interested in it.
Yes, you are right, I shold make a ISO to make it easier to know.

But I just have .img file and .vhd file to run in VirtualBox or qemu.
And you can get them in my github:
https://github.com/huzichengdevelop/Boo ... master/img
a.img is floppy to boot os.
c.img or c.vhd is channel 0 disk 0 -hda
d.img or d.vhd is channel 0 disk 1 -hdb
.img is for qemu or bochs.
.vhd is for virtualbox
you need to config VM by yourself.

And It's my first post on OSDEV.I don't know where to publish my os. Thank you for reminding me.
Now this os is like a little baby, we believe that it can be better in the future. :P
Attachments
TIM截图20190524143724.jpg
Post Reply