Compare commits

..

59 Commits

Author SHA1 Message Date
5099b2b0f4
base: Actually add the start icon to source control
Some checks failed
continuous-integration/drone/pr Build is failing
2023-08-16 10:58:34 +02:00
961a127ec4
libui: Add Buttons 2023-08-16 10:58:34 +02:00
bd4376d946
libui: Handle other mouse events 2023-08-16 10:58:33 +02:00
9154919be8
libui: Add aligned items using Containers, ImageWidget 2023-08-16 10:58:33 +02:00
1a85c13036
libui: Add VerticalLayout 2023-08-16 10:58:33 +02:00
55e3b6bbf9
wind+libui+taskbar: Add GetScreenRect IPC, non-decorated windows, taskbar 2023-08-16 10:58:33 +02:00
c5b295c38c
libui: Actually fill window backgrounds with the correct color 2023-08-16 10:58:33 +02:00
c483b3a3e6
libui: Add basic widget and layout system =D 2023-08-16 10:58:33 +02:00
c51ccf6948
ui+wind: Send mouse move events through IPC 2023-08-16 10:58:33 +02:00
574cf1f12b
wind+libui: Add protocol for window close requests 2023-08-16 10:58:33 +02:00
3d7f783894
libos+libui+wind: Use uppercase for static struct IDs to avoid confusion with fields 2023-08-16 10:58:33 +02:00
52afb2dfe0
libui+gclient: Add basic OOP wrappers around the IPC protocol 2023-08-16 10:58:33 +02:00
6a443ffbc2
wind+gclient: Add SetWindowTitle and support shm buffers 2023-08-16 10:58:32 +02:00
6a6e508a7e
gclient: Create two example windows 2023-08-16 10:58:32 +02:00
f9c8bb3346
wind: Handle CreateWindow IPC messages 2023-08-16 10:58:32 +02:00
b69897e3c2
libui: Add CreateWindow IPC message definitions 2023-08-16 10:58:32 +02:00
d59cf7733b
libos: Add basic IPC message framework 2023-08-16 10:58:32 +02:00
211b45cec4
kernel: Fix poll syscall 2023-08-16 10:58:32 +02:00
9ac6112068
wind: Monitor data on client connections 2023-08-16 10:58:32 +02:00
8ebcb9c386
kernel: Add POLLHUP and store it when a polled socket's peer disconnects 2023-08-16 10:58:32 +02:00
6716bf687d
libui: Add copyright/author text 2023-08-16 10:58:32 +02:00
e4e1f8a98f
libos: Add copyright/author comments to LocalServer and LocalClient 2023-08-16 10:58:32 +02:00
7739b37b4b
wind: Use init --user and pledge() 2023-08-16 10:58:32 +02:00
deb5137322
Update .gitignore 2023-08-16 10:58:31 +02:00
282ce0aabb
libos: Remove some shared pointers and change them to owned/live on the stack 2023-08-16 10:58:31 +02:00
81464f94ce
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
2023-08-16 10:58:31 +02:00
fb4c874196
apps: Add gclient 2023-08-16 10:58:31 +02:00
4478eae9e8
libos: Add os::LocalClient 2023-08-16 10:58:31 +02:00
8f45a683d0
libui: Change 'into' to 'onto' 2023-08-16 10:58:31 +02:00
42269adb44
libui: Document ui::Font 2023-08-16 10:58:31 +02:00
82dc1e21e6
libui+wind: Move some static variables inside functions 2023-08-16 10:58:31 +02:00
21516eef59
wind: Generate random windows on keypresses 2023-08-16 10:58:31 +02:00
707c0950a0
wind: Make sure windows have a minimum size to fit the titlebar 2023-08-16 10:58:31 +02:00
1e22ab2760
libui: Properly cut off the last drawn character if necessary 2023-08-16 10:58:31 +02:00
525c7c66f4
libui: Add Rect::contains(Rect) 2023-08-16 10:58:30 +02:00
eb193b6559
libui: Render font characters properly with no spacing, matching the width calculations 2023-08-16 10:58:30 +02:00
92c96a0bd8
wind: Render an actual TGA mouse cursor 2023-08-16 10:58:30 +02:00
3081c78edd
wind: Add a close button to windows using a TGA icon 2023-08-16 10:58:30 +02:00
a8777e373e
libui: Add support for TGA image loading 2023-08-16 10:58:30 +02:00
f1f5909e84
libui: Add an interface to fill a Canvas with an array of pixels 2023-08-16 10:58:30 +02:00
afc2a19c8d
wind: Add window titlebars using ui::Font 2023-08-16 10:58:30 +02:00
b253c3c8d8
libui: Add PSF font loading and rendering 2023-08-16 10:58:30 +02:00
338446e2d8
libui: Add Color::GRAY 2023-08-16 10:58:30 +02:00
591c3d5c59
libui: Rename Rect::absolute to normalized and add a new absolute function 2023-08-16 10:58:30 +02:00
e2e136f292
libluna: Add assignment operators to Buffer 2023-08-16 10:58:30 +02:00
e4aa774082
wind: Reorder drag sequence 2023-08-16 10:58:29 +02:00
8b1071a5cd
libui: Add Rect::relative 2023-08-16 10:58:29 +02:00
5db74945e2
libui: Remove redundant statement 2023-08-16 10:58:29 +02:00
452c17677f
libui: Add getters for separate color values 2023-08-16 10:58:29 +02:00
55bd8896d2
libui: Remove unnecessary stuff 2023-08-16 10:58:29 +02:00
19773c952f
base: Remove startup items not necessary for GUI startup 2023-08-16 10:58:29 +02:00
6485c78428
libui+wind: (Draggable) windows 2023-08-16 10:58:29 +02:00
21271bfcc3
wind: Create a local server object 2023-08-16 10:58:29 +02:00
db27035e24
libos: Add a new LocalServer class for local domain sockets 2023-08-16 10:58:29 +02:00
e5162fac7d
kernel: Support listening sockets in poll() 2023-08-16 10:58:29 +02:00
6824b719e0
base: Start wind on startup instead of the shell 2023-08-16 10:58:29 +02:00
cd2b8a1ab5
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-16 10:58:28 +02:00
65a900ea53
libui: Add a GUI and graphics library 2023-08-16 10:58:28 +02:00
d6c4ee5e7b
kernel: Fix negative movement in the PS/2 mouse driver 2023-08-16 10:58:25 +02:00
11 changed files with 74 additions and 203 deletions

View File

@ -52,14 +52,12 @@ set(SOURCES
src/fs/Mount.cpp
src/fs/MBR.cpp
src/fs/GPT.cpp
src/fs/StorageCache.cpp
src/net/UnixSocket.cpp
src/fs/tmpfs/FileSystem.cpp
src/fs/tmpfs/Inode.cpp
src/fs/ext2/FileSystem.cpp
src/fs/ext2/Inode.cpp
src/fs/devices/DeviceRegistry.cpp
src/fs/devices/BlockDevice.cpp
src/fs/devices/NullDevice.cpp
src/fs/devices/ZeroDevice.cpp
src/fs/devices/FullDevice.cpp

View File

@ -11,5 +11,4 @@ target_compile_definitions(moon PRIVATE EXT2_DEBUG)
target_compile_definitions(moon PRIVATE DEVICE_REGISTRY_DEBUG)
target_compile_definitions(moon PRIVATE FORK_DEBUG)
target_compile_definitions(moon PRIVATE MOUNT_DEBUG)
target_compile_definitions(moon PRIVATE CACHE_DEBUG)
target_compile_options(moon PRIVATE -fsanitize=undefined)

View File

@ -739,26 +739,66 @@ Result<String> ATA::Drive::create_drive_name(ATA::Drive* drive)
Result<SharedPtr<Device>> ATADevice::create(ATA::Drive* drive)
{
auto device = TRY(adopt_shared_if_nonnull(new (std::nothrow) ATADevice(drive)));
auto device = TRY(adopt_shared_if_nonnull(new (std::nothrow) ATADevice()));
device->m_drive = drive;
device->m_device_path = TRY(ATA::Drive::create_drive_name(drive));
TRY(DeviceRegistry::register_special_device(DeviceRegistry::Disk, next_minor++, device, 0400));
return (SharedPtr<Device>)device;
}
ATADevice::ATADevice(ATA::Drive* drive) : BlockDevice(drive->block_size(), drive->block_count()), m_drive(drive)
Result<u64> ATADevice::read(u8* buf, usize offset, usize size) const
{
}
if (size == 0) return 0;
if (offset > m_drive->capacity()) return 0;
if (offset + size > m_drive->capacity()) size = m_drive->capacity() - offset;
usize length = size;
auto block_size = m_drive->block_size();
Result<void> ATADevice::read_block(Buffer& buf, u64 block) const
{
ScopedKMutexLock<100> lock(m_drive->channel()->lock());
if (buf.size() != m_drive->block_size())
Buffer temp;
if (offset % block_size)
{
kwarnln("ata: error while reading block %lu: cache entry size mismatch (%lu), data=%p", block, buf.size(),
buf.data());
fail("Cache entry size mismatch");
// The size we need to read to round up to a block.
usize extra_size = block_size - (offset % block_size);
// Maybe we don't even want enough to get to the next block?
if (extra_size > size) extra_size = size;
TRY(temp.try_resize(block_size));
TRY(m_drive->read_lba(offset / block_size, temp.data(), 1));
memcpy(buf, temp.data() + (offset % block_size), extra_size);
offset += extra_size;
size -= extra_size;
buf += extra_size;
}
return m_drive->read_lba(block, buf.data(), 1);
while (size >= ARCH_PAGE_SIZE)
{
TRY(m_drive->read_lba(offset / block_size, buf, ARCH_PAGE_SIZE / block_size));
offset += ARCH_PAGE_SIZE;
size -= ARCH_PAGE_SIZE;
buf += ARCH_PAGE_SIZE;
}
while (size >= block_size)
{
TRY(m_drive->read_lba(offset / block_size, buf, 1));
offset += block_size;
size -= block_size;
buf += block_size;
}
if (size)
{
TRY(temp.try_resize(block_size));
TRY(m_drive->read_lba(offset / block_size, temp.data(), 1));
memcpy(buf, temp.data(), size);
}
return length;
}

View File

@ -1,6 +1,5 @@
#pragma once
#include "arch/PCI.h"
#include "fs/devices/BlockDevice.h"
#include "fs/devices/DeviceRegistry.h"
#include "lib/KMutex.h"
#include <luna/Atomic.h>
@ -257,6 +256,7 @@ namespace ATA
Controller* m_controller;
u8 m_channel_index;
bool m_is_pci_native_mode;
u8 m_interrupt_line;
KMutex<100> m_lock {};
@ -297,25 +297,44 @@ namespace ATA
}
class ATADevice : public BlockDevice
class ATADevice : public Device
{
public:
// Initializer for DeviceRegistry.
static Result<SharedPtr<Device>> create(ATA::Drive* drive);
Result<void> read_block(Buffer& buf, u64 block) const override;
Result<usize> read(u8*, usize, usize) const override;
Result<usize> write(const u8*, usize, usize) override
{
return err(ENOTSUP);
}
bool will_block_if_read() const override
{
return false;
}
bool is_block_device() const override
{
return true;
}
usize size() const override
{
return m_drive->capacity();
}
Result<usize> block_size() const override
{
return m_drive->block_size();
}
StringView device_path() const override
{
return m_device_path.view();
}
ATADevice(ATA::Drive* drive);
virtual ~ATADevice() = default;
private:

View File

@ -1,44 +0,0 @@
#include "fs/StorageCache.h"
#include "Log.h"
#include <luna/ScopeGuard.h>
static LinkedList<StorageCache> g_storage_caches;
Result<StorageCache::CacheEntry*> StorageCache::fetch_entry(u64 block)
{
{
CacheEntry* entry = m_cache_entries.try_get_ref(block);
if (entry && !entry->buffer.is_empty()) return entry;
}
CacheEntry entry {};
TRY(m_cache_entries.try_set(block, move(entry)));
#ifdef CACHE_DEBUG
kdbgln("cache: Created new cache entry for block %lu", block);
#endif
return m_cache_entries.try_get_ref(block);
}
void StorageCache::clear()
{
ScopedKMutexLock<100> lock(m_mutex);
m_cache_entries.clear();
}
StorageCache::StorageCache()
{
g_storage_caches.append(this);
}
StorageCache::~StorageCache()
{
g_storage_caches.remove(this);
}
void StorageCache::clear_caches()
{
for (auto* cache : g_storage_caches) { cache->clear(); }
}

View File

@ -1,37 +0,0 @@
#pragma once
#include "lib/KMutex.h"
#include <luna/Buffer.h>
#include <luna/HashMap.h>
#include <luna/LinkedList.h>
class StorageCache : public LinkedListNode<StorageCache>
{
public:
struct CacheEntry
{
Buffer buffer {};
};
void lock()
{
return m_mutex.lock();
}
void unlock()
{
return m_mutex.unlock();
}
Result<CacheEntry*> fetch_entry(u64 block);
void clear();
static void clear_caches();
StorageCache();
~StorageCache();
private:
HashMap<u64, CacheEntry> m_cache_entries;
KMutex<100> m_mutex;
};

View File

@ -1,51 +0,0 @@
#include "fs/devices/BlockDevice.h"
#include "arch/MMU.h"
#include <luna/Common.h>
BlockDevice::BlockDevice(u64 block_size, u64 num_blocks) : m_cache(), m_block_size(block_size), m_num_blocks(num_blocks)
{
}
Result<usize> BlockDevice::read(u8* buf, usize offset, usize length) const
{
if (length == 0) return 0;
if (offset > size()) return 0;
if (offset + length > size()) length = size() - offset;
const usize saved = length;
auto read_data = [&](u64 off, u64 len) -> Result<void> {
const u64 block = offset / m_block_size;
m_cache.lock();
auto guard = make_scope_guard([&] { m_cache.unlock(); });
auto* entry = TRY(m_cache.fetch_entry(block));
if (entry->buffer.is_empty())
{
// TODO: What if the cache needs clearing in the middle of try_resize()? That could lead to some weird
// state...
TRY(entry->buffer.try_resize(m_block_size));
TRY(read_block(entry->buffer, block));
}
memcpy(buf, entry->buffer.data() + off, len);
offset += len;
length -= len;
buf += len;
return {};
};
if (offset % m_block_size)
{
const u64 off = offset % m_block_size;
const u64 len = min(m_block_size - off, length);
TRY(read_data(off, len));
}
while (length >= m_block_size) { TRY(read_data(0, m_block_size)); }
if (length) { TRY(read_data(0, length)); }
return saved;
}

View File

@ -1,40 +0,0 @@
#pragma once
#include "fs/StorageCache.h"
#include "fs/devices/Device.h"
class BlockDevice : public Device
{
public:
BlockDevice(u64 block_size, u64 num_blocks);
Result<usize> read(u8* buf, usize offset, usize length) const override;
virtual Result<void> read_block(Buffer& buf, u64 block) const = 0;
Result<usize> write(const u8*, usize, usize) override
{
return err(ENOTSUP);
}
usize size() const override
{
return m_block_size * m_num_blocks;
}
bool is_block_device() const override
{
return true;
}
Result<usize> block_size() const override
{
return m_block_size;
}
virtual ~BlockDevice() = default;
protected:
mutable StorageCache m_cache;
u64 m_block_size;
u64 m_num_blocks;
};

View File

@ -2,8 +2,6 @@
#include "Log.h"
#include <luna/Result.h>
#include <luna/SharedPtr.h>
#include <luna/StringView.h>
#include <sys/types.h>
class Device : public Shareable
{

View File

@ -1,7 +1,6 @@
#include "memory/MemoryManager.h"
#include "Log.h"
#include "arch/MMU.h"
#include "fs/StorageCache.h"
#include "memory/KernelVM.h"
#include "memory/MemoryMap.h"
#include <luna/Alignment.h>
@ -144,12 +143,7 @@ namespace MemoryManager
usize index;
bool ok = frame_bitmap->find_and_toggle(false, start_index).try_set_value(index);
if (!ok)
{
kwarnln("OOM alert! Trying to free caches...");
StorageCache::clear_caches();
if (!frame_bitmap->find_and_toggle(false, start_index).try_set_value(index)) return err(ENOMEM);
}
if (!ok) return err(ENOMEM);
start_index = index + 1;

View File

@ -49,11 +49,6 @@ template <typename K, typename V> struct HashMap
return m_table.try_remove(HashPair<K, V> { key, {} });
}
void clear()
{
m_table.clear();
}
private:
HashTable<HashPair<K, V>> m_table;
};